#2CE0F3

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

Shades of Turquoise #2CE0F3

Tints of Turquoise #2CE0F3

Color information

#2CE0F3 (or 0x2CE0F3) is unknown color: approx Turquoise. HEX triplet: 2C, E0 and F3. RGB value is (44,224,243). Sum of RGB (Red+Green+Blue) = 44+224+243=511 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.61% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #2CE0F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CE0F3 is #D31F0C. Grayscale: #ACACAC. Windows color (decimal): -13836045 or 15982636. OLE color: 15982636.

HSL color Cylindrical-coordinate representation of color #2CE0F3: hue angle of 185.73º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CE0F3 is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB44224243-
CMYK0.820.0800.05
HSL185.73º89.24%56.27%-
HSV(B)185.73º81.89%95.29%-
XYZ43.8760.3294.12-
YUV172.35167.8736.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 8.61%
GREEN value IS 224 (87.89% from 255) = 43.84%
BLUE value IS 243 (95.31% from 255) = 47.55%
R=8.61%
G=43.84%
B=47.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal442242430.820.0800.05185.7389.2456.27
Hex2CE0F352805ba5938
Octal54340363122100527213170
Binary1011001110000011110011101001010000101101110101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,224,243); }

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

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

 a { background-color: rgb(44,224,243); }

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

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

 span { border-color: rgb(44,224,243); }

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