Html Css Color HEX #42FED9 Turquoise

📋 copy color: '#42FED9'

red 66 ◦ green 254 ◦ blue 217

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

Shades of Turquoise #42FED9

Tints of Turquoise #42FED9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.3%

 BLUE value IS 217 (85.16% from 255) = 40.41%

R = 12.29%
G = 47.3%
B = 40.41%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#42FED9 (or 0x42FED9) is known color: Turquoise. HEX triplet: 42, FE and D9. RGB value is (66,254,217). Sum of RGB (Red+Green+Blue) = 66+254+217=537 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.29% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #42FED9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FED9 is #BD0126. Grayscale: #C1C1C1. Windows color (decimal): -12386599 or 14286402. OLE color: 14286402.

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

Color convert

RGB 66 254 217 -
CMYK 0.74 0 0.15 0.00
HSL 168.19º 0.99% 0.63% -
HSV(B) 168.19º 0.74% 1% -
XYZ 50.21 77.05 77.87 -
YUV 193.57 141.22 37.01 -
System Red Green Blue C M Y K H S L
Decimal 66 254 217 0.74 0 0.15 0.00 168.19 0.99 0.63
Hex 42 FE D9 4A 0 F 0 A8 63 3F
Octal 102 376 331 112 0 17 0 250 143 77
Binary 1000010 11111110 11011001 1001010 0 1111 0 10101000 1100011 111111

Color Harmonies of #42FED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FED9

Black with #42FED9

Text Example


Text Example

White with #42FED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,254,217); }

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

background-color css

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

 a { background-color: rgb(66,254,217); }

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

border-color css

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

 span { border-color: rgb(66,254,217); }

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