#21DFE0

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

Shades of Bright Turquoise #21DFE0

Tints of Bright Turquoise #21DFE0

Color information

#21DFE0 (or 0x21DFE0) is unknown color: approx Bright Turquoise. HEX triplet: 21, DF and E0. RGB value is (33,223,224). Sum of RGB (Red+Green+Blue) = 33+223+224=480 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.88% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #21DFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DFE0 is #DE201F. Grayscale: #A6A6A6. Windows color (decimal): -14557216 or 14737185. OLE color: 14737185.

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

Color convert

RGB33223224-
CMYK0.850.0000.12
HSL180.31º75.49%50.39%-
HSV(B)180.31º85.27%87.84%-
XYZ40.4758.4879.68-
YUV166.3160.5532.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.88%
GREEN value IS 223 (87.5% from 255) = 46.46%
BLUE value IS 224 (87.89% from 255) = 46.67%
R=6.88%
G=46.46%
B=46.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal332232240.850.0000.12180.3175.4950.39
Hex21DFE05500Cb44b32
Octal41337340125001426411362
Binary10000111011111111000001010101001100101101001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21DFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,223,224); }

 H1.HeaderClassName
 {
   color: #21DFE0;
 }
 .AnyTagClassName
 {
   color: #21DFE0;
 }
</style>
background-color css

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

 a { background-color: rgb(33,223,224); }

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

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

 span { border-color: rgb(33,223,224); }

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