#2CFBC4

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

Shades of Turquoise #2CFBC4

Tints of Turquoise #2CFBC4

Color information

#2CFBC4 (or 0x2CFBC4) is unknown color: approx Turquoise. HEX triplet: 2C, FB and C4. RGB value is (44,251,196). Sum of RGB (Red+Green+Blue) = 44+251+196=491 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.96% from 491); Green value is 251 (98.44% from 255 or 51.12% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 251 - color contains mainly: green. Hex color #2CFBC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CFBC4 is #D3043B. Grayscale: #B6B6B6. Windows color (decimal): -13829180 or 12909356. OLE color: 12909356.

HSL color Cylindrical-coordinate representation of color #2CFBC4: hue angle of 164.06º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CFBC4 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB44251196-
CMYK0.8200.220.02
HSL164.06º96.28%57.84%-
HSV(B)164.06º82.47%98.43%-
XYZ45.573.5264.02-
YUV182.84135.4228.97-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 8.96%
GREEN value IS 251 (98.44% from 255) = 51.12%
BLUE value IS 196 (76.95% from 255) = 39.92%
R=8.96%
G=51.12%
B=39.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal442511960.8200.220.02164.0696.2857.84
Hex2CFBC4520162a4603a
Octal54373304122026224414072
Binary1011001111101111000100101001001011010101001001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CFBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,251,196); }

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

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

 a { background-color: rgb(44,251,196); }

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

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

 span { border-color: rgb(44,251,196); }

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