Html Css Color HEX #42DFDE Turquoise

📋 copy color: '#42DFDE'

red 66 ◦ green 223 ◦ blue 222

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

Shades of Turquoise #42DFDE

Tints of Turquoise #42DFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.44%

R = 12.92%
G = 43.64%
B = 43.44%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#42DFDE (or 0x42DFDE) is known color: Turquoise. HEX triplet: 42, DF and DE. RGB value is (66,223,222). Sum of RGB (Red+Green+Blue) = 66+223+222=511 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.92% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #42DFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DFDE is #BD2021. Grayscale: #AFAFAF. Windows color (decimal): -12394530 or 14606146. OLE color: 14606146.

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

Color convert

RGB 66 223 222 -
CMYK 0.70 0 0.00 0.13
HSL 179.62º 0.71% 0.57% -
HSV(B) 179.62º 0.7% 0.87% -
XYZ 41.82 59.21 78.33 -
YUV 175.94 153.99 49.58 -
System Red Green Blue C M Y K H S L
Decimal 66 223 222 0.70 0 0.00 0.13 179.62 0.71 0.57
Hex 42 DF DE 46 0 0 D B4 47 39
Octal 102 337 336 106 0 0 15 264 107 71
Binary 1000010 11011111 11011110 1000110 0 0 1101 10110100 1000111 111001

Color Harmonies of #42DFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DFDE

Black with #42DFDE

Text Example


Text Example

White with #42DFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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