Html Css Color HEX #21CDDB Dark Turquoise

📋 copy color: '#21CDDB'

red 33 ◦ green 205 ◦ blue 219

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

Shades of Dark Turquoise #21CDDB

Tints of Dark Turquoise #21CDDB

RGB

 RED value IS 33 (13.28% from 255) = 7.22%

 GREEN value IS 205 (80.47% from 255) = 44.86%

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 7.22%
G = 44.86%
B = 47.92%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#21CDDB (or 0x21CDDB) is known color: Dark Turquoise. HEX triplet: 21, CD and DB. RGB value is (33,205,219). Sum of RGB (Red+Green+Blue) = 33+205+219=457 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.22% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #21CDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CDDB is #DE3224. Grayscale: #9A9A9A. Windows color (decimal): -14561829 or 14404897. OLE color: 14404897.

HSL color Cylindrical-coordinate representation of color #21CDDB: hue angle of 184.52º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21CDDB is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 33 205 219 -
CMYK 0.85 0.06 0 0.14
HSL 184.52º 0.74% 0.49% -
HSV(B) 184.52º 0.85% 0.86% -
XYZ 35.24 49.1 74.64 -
YUV 155.17 164.02 40.86 -
System Red Green Blue C M Y K H S L
Decimal 33 205 219 0.85 0.06 0 0.14 184.52 0.74 0.49
Hex 21 CD DB 55 6 0 E B9 4A 31
Octal 41 315 333 125 6 0 16 271 112 61
Binary 100001 11001101 11011011 1010101 110 0 1110 10111001 1001010 110001

Color Harmonies of #21CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CDDB

Black with #21CDDB

Text Example


Text Example

White with #21CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21CDDB; }

 p { color: rgb(33,205,219); }

 H1.HeaderClassName
 {
   color: #21CDDB;
 }
 .AnyTagClassName
 {
   color: #21CDDB;
 }
</style>

background-color css

<style>
 a { background-color: #21CDDB; }

 a { background-color: rgb(33,205,219); }

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

border-color css

<style>
 span { border-color: #21CDDB; }

 span { border-color: rgb(33,205,219); }

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