#21CBE1

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

Shades of Dark Turquoise #21CBE1

Tints of Dark Turquoise #21CBE1

Color information

#21CBE1 (or 0x21CBE1) is unknown color: approx 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

RGB33203225-
CMYK0.850.1000.12
HSL186.88º76.19%50.59%-
HSV(B)186.88º85.33%88.24%-
XYZ35.5748.4778.72-
YUV154.68167.6841.21-

RGB Variations

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

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 (Cyan) values IS 0.85
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal332032250.850.1000.12186.8876.1950.59
Hex21CBE155A0Cbb4c33
Octal413133411251201427311463
Binary10000111001011111000011010101101001100101110111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>