Html Css Color HEX #42DCDA Turquoise

📋 copy color: '#42DCDA'

red 66 ◦ green 220 ◦ blue 218

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

Shades of Turquoise #42DCDA

Tints of Turquoise #42DCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.25%

R = 13.1%
G = 43.65%
B = 43.25%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#42DCDA (or 0x42DCDA) is known color: Turquoise. HEX triplet: 42, DC and DA. RGB value is (66,220,218). Sum of RGB (Red+Green+Blue) = 66+220+218=504 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.10% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #42DCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DCDA is #BD2325. Grayscale: #ADADAD. Windows color (decimal): -12395302 or 14343234. OLE color: 14343234.

HSL color Cylindrical-coordinate representation of color #42DCDA: hue angle of 179.22º 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 #42DCDA is Cyan = 0.7, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 220 218 -
CMYK 0.7 0 0.01 0.14
HSL 179.22º 0.69% 0.56% -
HSV(B) 179.22º 0.7% 0.86% -
XYZ 40.49 57.41 75.28 -
YUV 173.73 152.98 51.16 -
System Red Green Blue C M Y K H S L
Decimal 66 220 218 0.7 0 0.01 0.14 179.22 0.69 0.56
Hex 42 DC DA 46 0 1 E B3 45 38
Octal 102 334 332 106 0 1 16 263 105 70
Binary 1000010 11011100 11011010 1000110 0 1 1110 10110011 1000101 111000

Color Harmonies of #42DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DCDA

Black with #42DCDA

Text Example


Text Example

White with #42DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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