Html Css Color HEX #42DCBD Turquoise

📋 copy color: '#42DCBD'

red 66 ◦ green 220 ◦ blue 189

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

Shades of Turquoise #42DCBD

Tints of Turquoise #42DCBD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.32%

 BLUE value IS 189 (74.22% from 255) = 39.79%

R = 13.89%
G = 46.32%
B = 39.79%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#42DCBD (or 0x42DCBD) is known color: Turquoise. HEX triplet: 42, DC and BD. RGB value is (66,220,189). Sum of RGB (Red+Green+Blue) = 66+220+189=475 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.89% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #42DCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DCBD is #BD2342. Grayscale: #AAAAAA. Windows color (decimal): -12395331 or 12442690. OLE color: 12442690.

HSL color Cylindrical-coordinate representation of color #42DCBD: hue angle of 167.92º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DCBD is Cyan = 0.7, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 220 189 -
CMYK 0.7 0 0.14 0.14
HSL 167.92º 0.69% 0.56% -
HSV(B) 167.92º 0.7% 0.86% -
XYZ 37.03 56.02 57.01 -
YUV 170.42 138.48 53.52 -
System Red Green Blue C M Y K H S L
Decimal 66 220 189 0.7 0 0.14 0.14 167.92 0.69 0.56
Hex 42 DC BD 46 0 E E A8 45 38
Octal 102 334 275 106 0 16 16 250 105 70
Binary 1000010 11011100 10111101 1000110 0 1110 1110 10101000 1000101 111000

Color Harmonies of #42DCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DCBD

Black with #42DCBD

Text Example


Text Example

White with #42DCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,220,189); }

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

background-color css

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

 a { background-color: rgb(66,220,189); }

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

border-color css

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

 span { border-color: rgb(66,220,189); }

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