#21EBF5

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

Shades of Bright Turquoise #21EBF5

Tints of Bright Turquoise #21EBF5

Color information

#21EBF5 (or 0x21EBF5) is unknown color: approx Bright Turquoise. HEX triplet: 21, EB and F5. RGB value is (33,235,245). Sum of RGB (Red+Green+Blue) = 33+235+245=513 (67% of max value = 765). Red value is 33 (13.28% from 255 or 6.43% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 245 (96.09% from 255 or 47.76% from 513); Max value from RGB is 245 - color contains mainly: blue. Hex color #21EBF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21EBF5 is #DE140A. Grayscale: #AFAFAF. Windows color (decimal): -14554123 or 16116513. OLE color: 16116513.

HSL color Cylindrical-coordinate representation of color #21EBF5: hue angle of 182.83º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21EBF5 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB33235245-
CMYK0.870.0400.04
HSL182.83º91.38%54.51%-
HSV(B)182.83º86.53%96.08%-
XYZ46.8266.3396.72-
YUV175.74167.0826.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.43%
GREEN value IS 235 (92.19% from 255) = 45.81%
BLUE value IS 245 (96.09% from 255) = 47.76%
R=6.43%
G=45.81%
B=47.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal332352450.870.0400.04182.8391.3854.51
Hex21EBF557404b75b37
Octal4135336512740426713367
Binary100001111010111111010110101111000100101101111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21EBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,235,245); }

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

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

 a { background-color: rgb(33,235,245); }

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

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

 span { border-color: rgb(33,235,245); }

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