#2CEDF8

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

Shades of Bright Turquoise #2CEDF8

Tints of Bright Turquoise #2CEDF8

Color information

#2CEDF8 (or 0x2CEDF8) is unknown color: approx Bright Turquoise. HEX triplet: 2C, ED and F8. RGB value is (44,237,248). Sum of RGB (Red+Green+Blue) = 44+237+248=529 (70% of max value = 765). Red value is 44 (17.58% from 255 or 8.32% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #2CEDF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CEDF8 is #D31207. Grayscale: #B4B4B4. Windows color (decimal): -13832712 or 16313644. OLE color: 16313644.

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

Color convert

RGB44237248-
CMYK0.820.0400.03
HSL183.24º93.58%57.25%-
HSV(B)183.24º82.26%97.25%-
XYZ48.2767.8899.37-
YUV180.55166.0630.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 8.32%
GREEN value IS 237 (92.97% from 255) = 44.80%
BLUE value IS 248 (97.27% from 255) = 46.88%
R=8.32%
G=44.80%
B=46.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal442372480.820.0400.03183.2493.5857.25
Hex2CEDF852403b75e39
Octal5435537012240326713671
Binary10110011101101111110001010010100011101101111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CEDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CEDF8; }

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

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

<style>
 a { background-color: #2CEDF8; }

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

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

<style>
 span { border-color: #2CEDF8; }

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

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