#2bdfcc

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

Shades of Turquoise #2BDFCC

Tints of Turquoise #2BDFCC

Color information

#2BDFCC (or 0x2BDFCC) is unknown color: approx Turquoise. HEX triplet: 2B, DF and CC. RGB value is (43,223,204). Sum of RGB (Red+Green+Blue) = 43+223+204=470 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.15% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDFCC is #D42033. Grayscale: #A6A6A6. Windows color (decimal): -13901876 or 13426475. OLE color: 13426475.

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

Color convert

RGB43223204-
CMYK0.8100.090.13
HSL173.67º73.77%52.16%-
HSV(B)173.67º80.72%87.45%-
XYZ38.2857.6566.24-
YUV167.01148.8739.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.15%
GREEN value IS 223 (87.5% from 255) = 47.45%
BLUE value IS 204 (80.08% from 255) = 43.40%
R=9.15%
G=47.45%
B=43.40%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal432232040.8100.090.13173.6773.7752.16
Hex2BDFCC5109Dae4a34
Octal533373141210111525611264
Binary10101111011111110011001010001010011101101011101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bdfcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,223,204); }

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

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

 a { background-color: rgb(43,223,204); }

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

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

 span { border-color: rgb(43,223,204); }

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