Html Css Color HEX #42FDE9 Turquoise

📋 copy color: '#42FDE9'

red 66 ◦ green 253 ◦ blue 233

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

Shades of Turquoise #42FDE9

Tints of Turquoise #42FDE9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.83%

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

R = 11.96%
G = 45.83%
B = 42.21%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#42FDE9 (or 0x42FDE9) is known color: Turquoise. HEX triplet: 42, FD and E9. RGB value is (66,253,233). Sum of RGB (Red+Green+Blue) = 66+253+233=552 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.96% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 233 (91.41% from 255 or 42.21% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #42FDE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FDE9 is #BD0216. Grayscale: #C2C2C2. Windows color (decimal): -12386839 or 15334722. OLE color: 15334722.

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

Color convert

RGB 66 253 233 -
CMYK 0.74 0 0.08 0.01
HSL 173.58º 0.98% 0.63% -
HSV(B) 173.58º 0.74% 0.99% -
XYZ 52.08 77.29 89.26 -
YUV 194.81 149.55 36.13 -
System Red Green Blue C M Y K H S L
Decimal 66 253 233 0.74 0 0.08 0.01 173.58 0.98 0.63
Hex 42 FD E9 4A 0 8 1 AE 62 3F
Octal 102 375 351 112 0 10 1 256 142 77
Binary 1000010 11111101 11101001 1001010 0 1000 1 10101110 1100010 111111

Color Harmonies of #42FDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FDE9

Black with #42FDE9

Text Example


Text Example

White with #42FDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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