#42DADB

Color #42DADB Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #42DADB

Tints of Turquoise #42DADB

Color information

#42DADB (or 0x42DADB) is unknown color: approx Turquoise. HEX triplet: 42, DA and DB. RGB value is (66,218,219). Sum of RGB (Red+Green+Blue) = 66+218+219=503 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.12% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #42DADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DADB is #BD2524. Grayscale: #ACACAC. Windows color (decimal): -12395813 or 14408258. OLE color: 14408258.

HSL color Cylindrical-coordinate representation of color #42DADB: hue angle of 180.39º degrees, saturation: 0.68, 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 #42DADB is Cyan = 0.70, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB66218219-
CMYK0.700.0000.14
HSL180.39º68%55.88%-
HSV(B)180.39º69.86%85.88%-
XYZ40.156.4275.79-
YUV172.67154.1451.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.12%
GREEN value IS 218 (85.55% from 255) = 43.34%
BLUE value IS 219 (85.94% from 255) = 43.54%
R=13.12%
G=43.34%
B=43.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal662182190.700.0000.14180.396855.88
Hex42DADB4600Eb44438
Octal102332333106001626410470
Binary100001011011010110110111000110001110101101001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #42DADB;
 }
 .AnyTagClassName
 {
   color: #42DADB;
 }
</style>
background-color css

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

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

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

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

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

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