#2CE5F6

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

Shades of Bright Turquoise #2CE5F6

Tints of Bright Turquoise #2CE5F6

Color information

#2CE5F6 (or 0x2CE5F6) is unknown color: approx Bright Turquoise. HEX triplet: 2C, E5 and F6. RGB value is (44,229,246). Sum of RGB (Red+Green+Blue) = 44+229+246=519 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.48% from 519); Green value is 229 (89.84% from 255 or 44.12% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 246 - color contains mainly: blue. Hex color #2CE5F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CE5F6 is #D31A09. Grayscale: #AFAFAF. Windows color (decimal): -13834762 or 16180524. OLE color: 16180524.

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

Color convert

RGB44229246-
CMYK0.820.0700.04
HSL185.05º91.82%56.86%-
HSV(B)185.05º82.11%96.47%-
XYZ45.6963.2396.98-
YUV175.62167.7134.12-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 8.48%
GREEN value IS 229 (89.84% from 255) = 44.12%
BLUE value IS 246 (96.48% from 255) = 47.40%
R=8.48%
G=44.12%
B=47.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal442292460.820.0700.04185.0591.8256.86
Hex2CE5F652704b95c39
Octal5434536612270427113471
Binary101100111001011111011010100101110100101110011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,229,246); }

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

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

 a { background-color: rgb(44,229,246); }

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

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

 span { border-color: rgb(44,229,246); }

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