Html Css Color HEX #42FFE9 Turquoise

📋 copy color: '#42FFE9'

red 66 ◦ green 255 ◦ blue 233

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

Shades of Turquoise #42FFE9

Tints of Turquoise #42FFE9

RGB

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

 GREEN value IS 255 (100% from 255) = 46.03%

 BLUE value IS 233 (91.41% from 255) = 42.06%

R = 11.91%
G = 46.03%
B = 42.06%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#42FFE9 (or 0x42FFE9) is known color: Turquoise. HEX triplet: 42, FF and E9. RGB value is (66,255,233). Sum of RGB (Red+Green+Blue) = 66+255+233=554 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.91% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 233 (91.41% from 255 or 42.06% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #42FFE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FFE9 is #BD0016. Grayscale: #C3C3C3. Windows color (decimal): -12386327 or 15335234. OLE color: 15335234.

HSL color Cylindrical-coordinate representation of color #42FFE9: hue angle of 173.02º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FFE9 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 66 255 233 -
CMYK 0.74 0 0.09 0
HSL 173.02º 1% 0.63% -
HSV(B) 173.02º 0.74% 1% -
XYZ 52.71 78.56 89.48 -
YUV 195.98 148.88 35.29 -
System Red Green Blue C M Y K H S L
Decimal 66 255 233 0.74 0 0.09 0 173.02 1 0.63
Hex 42 FF E9 4A 0 9 0 AD 64 3F
Octal 102 377 351 112 0 11 0 255 144 77
Binary 1000010 11111111 11101001 1001010 0 1001 0 10101101 1100100 111111

Color Harmonies of #42FFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FFE9

Black with #42FFE9

Text Example


Text Example

White with #42FFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,255,233); }

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

background-color css

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

 a { background-color: rgb(66,255,233); }

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

border-color css

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

 span { border-color: rgb(66,255,233); }

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