Html Css Color HEX #42DFB6 Turquoise

📋 copy color: '#42DFB6'

red 66 ◦ green 223 ◦ blue 182

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

Shades of Turquoise #42DFB6

Tints of Turquoise #42DFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.64%

R = 14.01%
G = 47.35%
B = 38.64%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#42DFB6 (or 0x42DFB6) is known color: Turquoise. HEX triplet: 42, DF and B6. RGB value is (66,223,182). Sum of RGB (Red+Green+Blue) = 66+223+182=471 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.01% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #42DFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DFB6 is #BD2049. Grayscale: #ABABAB. Windows color (decimal): -12394570 or 11984706. OLE color: 11984706.

HSL color Cylindrical-coordinate representation of color #42DFB6: hue angle of 164.33º 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 #42DFB6 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 223 182 -
CMYK 0.70 0 0.18 0.13
HSL 164.33º 0.71% 0.57% -
HSV(B) 164.33º 0.7% 0.87% -
XYZ 37.08 57.31 53.36 -
YUV 171.38 133.99 52.83 -
System Red Green Blue C M Y K H S L
Decimal 66 223 182 0.70 0 0.18 0.13 164.33 0.71 0.57
Hex 42 DF B6 46 0 12 D A4 47 39
Octal 102 337 266 106 0 22 15 244 107 71
Binary 1000010 11011111 10110110 1000110 0 10010 1101 10100100 1000111 111001

Color Harmonies of #42DFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DFB6

Black with #42DFB6

Text Example


Text Example

White with #42DFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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