#2CCFDA

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

Shades of Turquoise #2CCFDA

Tints of Turquoise #2CCFDA

Color information

#2CCFDA (or 0x2CCFDA) is unknown color: approx Turquoise. HEX triplet: 2C, CF and DA. RGB value is (44,207,218). Sum of RGB (Red+Green+Blue) = 44+207+218=469 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.38% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #2CCFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCFDA is #D33025. Grayscale: #9F9F9F. Windows color (decimal): -13840422 or 14339884. OLE color: 14339884.

HSL color Cylindrical-coordinate representation of color #2CCFDA: hue angle of 183.79º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CCFDA is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB44207218-
CMYK0.800.0500.15
HSL183.79º70.16%51.37%-
HSV(B)183.79º79.82%85.49%-
XYZ36.0150.2274.13-
YUV159.5216145.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.38%
GREEN value IS 207 (81.25% from 255) = 44.14%
BLUE value IS 218 (85.55% from 255) = 46.48%
R=9.38%
G=44.14%
B=46.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal442072180.800.0500.15183.7970.1651.37
Hex2CCFDA5050Fb84633
Octal54317332120501727010663
Binary1011001100111111011010101000010101111101110001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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