Html Css Color HEX #21CBE1 Dark Turquoise

📋 copy color: '#21CBE1'

red 33 ◦ green 203 ◦ blue 225

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

Shades of Dark Turquoise #21CBE1

Tints of Dark Turquoise #21CBE1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.03%

 BLUE value IS 225 (88.28% from 255) = 48.81%

R = 7.16%
G = 44.03%
B = 48.81%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#21CBE1 (or 0x21CBE1) is known color: Dark Turquoise. HEX triplet: 21, CB and E1. RGB value is (33,203,225). Sum of RGB (Red+Green+Blue) = 33+203+225=461 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.16% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 225 (88.28% from 255 or 48.81% from 461); Max value from RGB is 225 - color contains mainly: blue. Hex color #21CBE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CBE1 is #DE341E. Grayscale: #9A9A9A. Windows color (decimal): -14562335 or 14797601. OLE color: 14797601.

HSL color Cylindrical-coordinate representation of color #21CBE1: hue angle of 186.88º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21CBE1 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 203 225 -
CMYK 0.85 0.10 0 0.12
HSL 186.88º 0.76% 0.51% -
HSV(B) 186.88º 0.85% 0.88% -
XYZ 35.57 48.47 78.72 -
YUV 154.68 167.68 41.21 -
System Red Green Blue C M Y K H S L
Decimal 33 203 225 0.85 0.10 0 0.12 186.88 0.76 0.51
Hex 21 CB E1 55 A 0 C BB 4C 33
Octal 41 313 341 125 12 0 14 273 114 63
Binary 100001 11001011 11100001 1010101 1010 0 1100 10111011 1001100 110011

Color Harmonies of #21CBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CBE1

Black with #21CBE1

Text Example


Text Example

White with #21CBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,203,225); }

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

background-color css

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

 a { background-color: rgb(33,203,225); }

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

border-color css

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

 span { border-color: rgb(33,203,225); }

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