Html Css Color HEX #42EFC7 Turquoise

📋 copy color: '#42EFC7'

red 66 ◦ green 239 ◦ blue 199

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

Shades of Turquoise #42EFC7

Tints of Turquoise #42EFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.48%

R = 13.1%
G = 47.42%
B = 39.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#42EFC7 (or 0x42EFC7) is known color: Turquoise. HEX triplet: 42, EF and C7. RGB value is (66,239,199). Sum of RGB (Red+Green+Blue) = 66+239+199=504 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.10% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #42EFC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EFC7 is #BD1038. Grayscale: #B6B6B6. Windows color (decimal): -12390457 or 13102914. OLE color: 13102914.

HSL color Cylindrical-coordinate representation of color #42EFC7: hue angle of 166.13º 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 #42EFC7 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 239 199 -
CMYK 0.72 0 0.17 0.06
HSL 166.13º 0.84% 0.6% -
HSV(B) 166.13º 0.72% 0.94% -
XYZ 43.42 67.01 64.68 -
YUV 182.71 137.19 44.75 -
System Red Green Blue C M Y K H S L
Decimal 66 239 199 0.72 0 0.17 0.06 166.13 0.84 0.6
Hex 42 EF C7 48 0 11 6 A6 54 3C
Octal 102 357 307 110 0 21 6 246 124 74
Binary 1000010 11101111 11000111 1001000 0 10001 110 10100110 1010100 111100

Color Harmonies of #42EFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EFC7

Black with #42EFC7

Text Example


Text Example

White with #42EFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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