#2CDFF3

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

Shades of Turquoise #2CDFF3

Tints of Turquoise #2CDFF3

Color information

#2CDFF3 (or 0x2CDFF3) is unknown color: approx Turquoise. HEX triplet: 2C, DF and F3. RGB value is (44,223,243). Sum of RGB (Red+Green+Blue) = 44+223+243=510 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.63% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 243 (95.31% from 255 or 47.65% from 510); Max value from RGB is 243 - color contains mainly: blue. Hex color #2CDFF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CDFF3 is #D3200C. Grayscale: #ABABAB. Windows color (decimal): -13836301 or 15982380. OLE color: 15982380.

HSL color Cylindrical-coordinate representation of color #2CDFF3: hue angle of 186.03º 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 #2CDFF3 is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB44223243-
CMYK0.820.0800.05
HSL186.03º89.24%56.27%-
HSV(B)186.03º81.89%95.29%-
XYZ43.659.7894.03-
YUV171.76168.236.87-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 8.63%
GREEN value IS 223 (87.5% from 255) = 43.73%
BLUE value IS 243 (95.31% from 255) = 47.65%
R=8.63%
G=43.73%
B=47.65%

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
Decimal442232430.820.0800.05186.0389.2456.27
Hex2CDFF352805ba5938
Octal54337363122100527213170
Binary1011001101111111110011101001010000101101110101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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