Html Css Color HEX #42DECE Turquoise

📋 copy color: '#42DECE'

red 66 ◦ green 222 ◦ blue 206

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

Shades of Turquoise #42DECE

Tints of Turquoise #42DECE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.94%

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 13.36%
G = 44.94%
B = 41.7%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#42DECE (or 0x42DECE) is known color: Turquoise. HEX triplet: 42, DE and CE. RGB value is (66,222,206). Sum of RGB (Red+Green+Blue) = 66+222+206=494 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.36% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #42DECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DECE is #BD2131. Grayscale: #ADADAD. Windows color (decimal): -12394802 or 13557314. OLE color: 13557314.

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

Color convert

RGB 66 222 206 -
CMYK 0.70 0 0.07 0.13
HSL 173.85º 0.7% 0.56% -
HSV(B) 173.85º 0.7% 0.87% -
XYZ 39.51 57.86 67.48 -
YUV 173.53 146.32 51.3 -
System Red Green Blue C M Y K H S L
Decimal 66 222 206 0.70 0 0.07 0.13 173.85 0.7 0.56
Hex 42 DE CE 46 0 7 D AE 46 38
Octal 102 336 316 106 0 7 15 256 106 70
Binary 1000010 11011110 11001110 1000110 0 111 1101 10101110 1000110 111000

Color Harmonies of #42DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DECE

Black with #42DECE

Text Example


Text Example

White with #42DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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