Html Css Color HEX #42EFC9 Turquoise

📋 copy color: '#42EFC9'

red 66 ◦ green 239 ◦ blue 201

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

Shades of Turquoise #42EFC9

Tints of Turquoise #42EFC9

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.23%

 BLUE value IS 201 (78.91% from 255) = 39.72%

R = 13.04%
G = 47.23%
B = 39.72%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#42EFC9 (or 0x42EFC9) is known color: Turquoise. HEX triplet: 42, EF and C9. RGB value is (66,239,201). Sum of RGB (Red+Green+Blue) = 66+239+201=506 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.04% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #42EFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EFC9 is #BD1036. Grayscale: #B6B6B6. Windows color (decimal): -12390455 or 13233986. OLE color: 13233986.

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

Color convert

RGB 66 239 201 -
CMYK 0.72 0 0.16 0.06
HSL 166.82º 0.84% 0.6% -
HSV(B) 166.82º 0.72% 0.94% -
XYZ 43.66 67.11 65.91 -
YUV 182.94 138.19 44.59 -
System Red Green Blue C M Y K H S L
Decimal 66 239 201 0.72 0 0.16 0.06 166.82 0.84 0.6
Hex 42 EF C9 48 0 10 6 A7 54 3C
Octal 102 357 311 110 0 20 6 247 124 74
Binary 1000010 11101111 11001001 1001000 0 10000 110 10100111 1010100 111100

Color Harmonies of #42EFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EFC9

Black with #42EFC9

Text Example


Text Example

White with #42EFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,239,201); }

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

background-color css

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

 a { background-color: rgb(66,239,201); }

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

border-color css

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

 span { border-color: rgb(66,239,201); }

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