Html Css Color HEX #42DABA Turquoise

📋 copy color: '#42DABA'

red 66 ◦ green 218 ◦ blue 186

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

Shades of Turquoise #42DABA

Tints of Turquoise #42DABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 14.04%
G = 46.38%
B = 39.57%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#42DABA (or 0x42DABA) is known color: Turquoise. HEX triplet: 42, DA and BA. RGB value is (66,218,186). Sum of RGB (Red+Green+Blue) = 66+218+186=470 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.04% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #42DABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DABA is #BD2545. Grayscale: #A8A8A8. Windows color (decimal): -12395846 or 12245570. OLE color: 12245570.

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

Color convert

RGB 66 218 186 -
CMYK 0.70 0 0.15 0.15
HSL 167.37º 0.67% 0.56% -
HSV(B) 167.37º 0.7% 0.85% -
XYZ 36.18 54.85 55.13 -
YUV 168.9 137.64 54.6 -
System Red Green Blue C M Y K H S L
Decimal 66 218 186 0.70 0 0.15 0.15 167.37 0.67 0.56
Hex 42 DA BA 46 0 F F A7 43 38
Octal 102 332 272 106 0 17 17 247 103 70
Binary 1000010 11011010 10111010 1000110 0 1111 1111 10100111 1000011 111000

Color Harmonies of #42DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DABA

Black with #42DABA

Text Example


Text Example

White with #42DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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