Html Css Color HEX #42DABD Turquoise

📋 copy color: '#42DABD'

red 66 ◦ green 218 ◦ blue 189

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

Shades of Turquoise #42DABD

Tints of Turquoise #42DABD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.09%

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

R = 13.95%
G = 46.09%
B = 39.96%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#42DABD (or 0x42DABD) is known color: Turquoise. HEX triplet: 42, DA and BD. RGB value is (66,218,189). Sum of RGB (Red+Green+Blue) = 66+218+189=473 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.95% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #42DABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DABD is #BD2542. Grayscale: #A9A9A9. Windows color (decimal): -12395843 or 12442178. OLE color: 12442178.

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

Color convert

RGB 66 218 189 -
CMYK 0.70 0 0.13 0.15
HSL 168.55º 0.67% 0.56% -
HSV(B) 168.55º 0.7% 0.85% -
XYZ 36.5 54.98 56.83 -
YUV 169.25 139.14 54.36 -
System Red Green Blue C M Y K H S L
Decimal 66 218 189 0.70 0 0.13 0.15 168.55 0.67 0.56
Hex 42 DA BD 46 0 D F A9 43 38
Octal 102 332 275 106 0 15 17 251 103 70
Binary 1000010 11011010 10111101 1000110 0 1101 1111 10101001 1000011 111000

Color Harmonies of #42DABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DABD

Black with #42DABD

Text Example


Text Example

White with #42DABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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