#2CDFDA

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

Shades of Turquoise #2CDFDA

Tints of Turquoise #2CDFDA

Color information

#2CDFDA (or 0x2CDFDA) is unknown color: approx Turquoise. HEX triplet: 2C, DF and DA. RGB value is (44,223,218). Sum of RGB (Red+Green+Blue) = 44+223+218=485 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.07% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #2CDFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDFDA is #D32025. Grayscale: #A8A8A8. Windows color (decimal): -13836326 or 14343980. OLE color: 14343980.

HSL color Cylindrical-coordinate representation of color #2CDFDA: hue angle of 178.32º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDFDA is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB44223218-
CMYK0.8000.020.13
HSL178.32º73.66%52.35%-
HSV(B)178.32º80.27%87.45%-
XYZ40.0858.3775.48-
YUV168.91155.738.91-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.07%
GREEN value IS 223 (87.5% from 255) = 45.98%
BLUE value IS 218 (85.55% from 255) = 44.95%
R=9.07%
G=45.98%
B=44.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal442232180.8000.020.13178.3273.6652.35
Hex2CDFDA5002Db24a34
Octal54337332120021526211264
Binary101100110111111101101010100000101101101100101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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