Html Css Color HEX #42DFC7 Turquoise

📋 copy color: '#42DFC7'

red 66 ◦ green 223 ◦ blue 199

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

Shades of Turquoise #42DFC7

Tints of Turquoise #42DFC7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.7%

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

R = 13.52%
G = 45.7%
B = 40.78%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#42DFC7 (or 0x42DFC7) is known color: Turquoise. HEX triplet: 42, DF and C7. RGB value is (66,223,199). Sum of RGB (Red+Green+Blue) = 66+223+199=488 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.52% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #42DFC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DFC7 is #BD2038. Grayscale: #ADADAD. Windows color (decimal): -12394553 or 13098818. OLE color: 13098818.

HSL color Cylindrical-coordinate representation of color #42DFC7: hue angle of 170.83º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DFC7 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 223 199 -
CMYK 0.70 0 0.11 0.13
HSL 170.83º 0.71% 0.57% -
HSV(B) 170.83º 0.7% 0.87% -
XYZ 38.94 58.06 63.19 -
YUV 173.32 142.49 51.45 -
System Red Green Blue C M Y K H S L
Decimal 66 223 199 0.70 0 0.11 0.13 170.83 0.71 0.57
Hex 42 DF C7 46 0 B D AB 47 39
Octal 102 337 307 106 0 13 15 253 107 71
Binary 1000010 11011111 11000111 1000110 0 1011 1101 10101011 1000111 111001

Color Harmonies of #42DFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DFC7

Black with #42DFC7

Text Example


Text Example

White with #42DFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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