Html Css Color HEX #42DECB Turquoise

📋 copy color: '#42DECB'

red 66 ◦ green 222 ◦ blue 203

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

Shades of Turquoise #42DECB

Tints of Turquoise #42DECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.34%

R = 13.44%
G = 45.21%
B = 41.34%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#42DECB (or 0x42DECB) is known color: Turquoise. HEX triplet: 42, DE and CB. RGB value is (66,222,203). Sum of RGB (Red+Green+Blue) = 66+222+203=491 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.44% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #42DECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DECB is #BD2134. Grayscale: #ADADAD. Windows color (decimal): -12394805 or 13360706. OLE color: 13360706.

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

Color convert

RGB 66 222 203 -
CMYK 0.70 0 0.09 0.13
HSL 172.69º 0.7% 0.56% -
HSV(B) 172.69º 0.7% 0.87% -
XYZ 39.15 57.71 65.58 -
YUV 173.19 144.82 51.54 -
System Red Green Blue C M Y K H S L
Decimal 66 222 203 0.70 0 0.09 0.13 172.69 0.7 0.56
Hex 42 DE CB 46 0 9 D AD 46 38
Octal 102 336 313 106 0 11 15 255 106 70
Binary 1000010 11011110 11001011 1000110 0 1001 1101 10101101 1000110 111000

Color Harmonies of #42DECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DECB

Black with #42DECB

Text Example


Text Example

White with #42DECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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