Html Css Color HEX #42E0F8 Turquoise

📋 copy color: '#42E0F8'

red 66 ◦ green 224 ◦ blue 248

#42E0F8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #42E0F8

Tints of Turquoise #42E0F8

RGB

 RED value IS 66 (26.17% from 255) = 12.27%

 GREEN value IS 224 (87.89% from 255) = 41.64%

 BLUE value IS 248 (97.27% from 255) = 46.1%

R = 12.27%
G = 41.64%
B = 46.1%

CMYK

 C value IS 0.73

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#42E0F8 (or 0x42E0F8) is known color: Turquoise. HEX triplet: 42, E0 and F8. RGB value is (66,224,248). Sum of RGB (Red+Green+Blue) = 66+224+248=538 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.27% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #42E0F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42E0F8 is #BD1F07. Grayscale: #B3B3B3. Windows color (decimal): -12394248 or 16310338. OLE color: 16310338.

HSL color Cylindrical-coordinate representation of color #42E0F8: hue angle of 187.91º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42E0F8 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 66 224 248 -
CMYK 0.73 0.10 0 0.03
HSL 187.91º 0.93% 0.62% -
HSV(B) 187.91º 0.73% 0.97% -
XYZ 45.85 61.25 98.21 -
YUV 179.49 166.65 47.05 -
System Red Green Blue C M Y K H S L
Decimal 66 224 248 0.73 0.10 0 0.03 187.91 0.93 0.62
Hex 42 E0 F8 49 A 0 3 BC 5D 3E
Octal 102 340 370 111 12 0 3 274 135 76
Binary 1000010 11100000 11111000 1001001 1010 0 11 10111100 1011101 111110

Color Harmonies of #42E0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E0F8

Black with #42E0F8

Text Example


Text Example

White with #42E0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42E0F8; }

 p { color: rgb(66,224,248); }

 H1.HeaderClassName
 {
   color: #42E0F8;
 }
 .AnyTagClassName
 {
   color: #42E0F8;
 }
</style>

background-color css

<style>
 a { background-color: #42E0F8; }

 a { background-color: rgb(66,224,248); }

 div.DivClassName
 {
   background-color: #42E0F8;
 }
 .BgClassName
 {
   background-color: #42E0F8;
 }
</style>

border-color css

<style>
 span { border-color: #42E0F8; }

 span { border-color: rgb(66,224,248); }

 td.TdClassName
 {
   border-color: #42E0F8;
 }
 .TagClassName
 {
   border-color: #42E0F8;
 }
</style>