#21EDF8

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

Shades of Bright Turquoise #21EDF8

Tints of Bright Turquoise #21EDF8

Color information

#21EDF8 (or 0x21EDF8) is unknown color: approx Bright Turquoise. HEX triplet: 21, ED and F8. RGB value is (33,237,248). Sum of RGB (Red+Green+Blue) = 33+237+248=518 (68% of max value = 765). Red value is 33 (13.28% from 255 or 6.37% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 248 - color contains mainly: blue. Hex color #21EDF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21EDF8 is #DE1207. Grayscale: #B1B1B1. Windows color (decimal): -14553608 or 16313633. OLE color: 16313633.

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

Color convert

RGB33237248-
CMYK0.870.0400.03
HSL183.07º93.89%55.1%-
HSV(B)183.07º86.69%97.25%-
XYZ47.8567.6799.35-
YUV177.26167.9125.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 6.37%
GREEN value IS 237 (92.97% from 255) = 45.75%
BLUE value IS 248 (97.27% from 255) = 47.88%
R=6.37%
G=45.75%
B=47.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal332372480.870.0400.03183.0793.8955.1
Hex21EDF857403b75e37
Octal4135537012740326713667
Binary10000111101101111110001010111100011101101111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21EDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,237,248); }

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

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

 a { background-color: rgb(33,237,248); }

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

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

 span { border-color: rgb(33,237,248); }

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