Html Css Color HEX #42F0EA Turquoise

📋 copy color: '#42F0EA'

red 66 ◦ green 240 ◦ blue 234

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

Shades of Turquoise #42F0EA

Tints of Turquoise #42F0EA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.44%

 BLUE value IS 234 (91.8% from 255) = 43.33%

R = 12.22%
G = 44.44%
B = 43.33%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#42F0EA (or 0x42F0EA) is known color: Turquoise. HEX triplet: 42, F0 and EA. RGB value is (66,240,234). Sum of RGB (Red+Green+Blue) = 66+240+234=540 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.22% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #42F0EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F0EA is #BD0F15. Grayscale: #BBBBBB. Windows color (decimal): -12390166 or 15396930. OLE color: 15396930.

HSL color Cylindrical-coordinate representation of color #42F0EA: hue angle of 177.93º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F0EA is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 240 234 -
CMYK 0.72 0 0.02 0.06
HSL 177.93º 0.85% 0.6% -
HSV(B) 177.93º 0.73% 0.94% -
XYZ 48.26 69.42 88.7 -
YUV 187.29 154.35 41.49 -
System Red Green Blue C M Y K H S L
Decimal 66 240 234 0.72 0 0.02 0.06 177.93 0.85 0.6
Hex 42 F0 EA 48 0 2 6 B2 55 3C
Octal 102 360 352 110 0 2 6 262 125 74
Binary 1000010 11110000 11101010 1001000 0 10 110 10110010 1010101 111100

Color Harmonies of #42F0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F0EA

Black with #42F0EA

Text Example


Text Example

White with #42F0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,240,234); }

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

background-color css

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

 a { background-color: rgb(66,240,234); }

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

border-color css

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

 span { border-color: rgb(66,240,234); }

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