Html Css Color HEX #20CADA Dark Turquoise

📋 copy color: '#20CADA'

red 32 ◦ green 202 ◦ blue 218

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

Shades of Dark Turquoise #20CADA

Tints of Dark Turquoise #20CADA

RGB

 RED value IS 32 (12.89% from 255) = 7.08%

 GREEN value IS 202 (79.3% from 255) = 44.69%

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

R = 7.08%
G = 44.69%
B = 48.23%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#20CADA (or 0x20CADA) is known color: Dark Turquoise. HEX triplet: 20, CA and DA. RGB value is (32,202,218). Sum of RGB (Red+Green+Blue) = 32+202+218=452 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.08% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #20CADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CADA is #DF3525. Grayscale: #989898. Windows color (decimal): -14628134 or 14338592. OLE color: 14338592.

HSL color Cylindrical-coordinate representation of color #20CADA: hue angle of 185.16º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CADA is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 202 218 -
CMYK 0.85 0.07 0 0.15
HSL 185.16º 0.74% 0.49% -
HSV(B) 185.16º 0.85% 0.85% -
XYZ 34.37 47.61 73.71 -
YUV 152.99 164.68 41.7 -
System Red Green Blue C M Y K H S L
Decimal 32 202 218 0.85 0.07 0 0.15 185.16 0.74 0.49
Hex 20 CA DA 55 7 0 F B9 4A 31
Octal 40 312 332 125 7 0 17 271 112 61
Binary 100000 11001010 11011010 1010101 111 0 1111 10111001 1001010 110001

Color Harmonies of #20CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CADA

Black with #20CADA

Text Example


Text Example

White with #20CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20CADA; }

 p { color: rgb(32,202,218); }

 H1.HeaderClassName
 {
   color: #20CADA;
 }
 .AnyTagClassName
 {
   color: #20CADA;
 }
</style>

background-color css

<style>
 a { background-color: #20CADA; }

 a { background-color: rgb(32,202,218); }

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

border-color css

<style>
 span { border-color: #20CADA; }

 span { border-color: rgb(32,202,218); }

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