#2BCFDC

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

Shades of Turquoise #2BCFDC

Tints of Turquoise #2BCFDC

Color information

#2BCFDC (or 0x2BCFDC) is unknown color: approx Turquoise. HEX triplet: 2B, CF and DC. RGB value is (43,207,220). Sum of RGB (Red+Green+Blue) = 43+207+220=470 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.15% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #2BCFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCFDC is #D43023. Grayscale: #9F9F9F. Windows color (decimal): -13905956 or 14470955. OLE color: 14470955.

HSL color Cylindrical-coordinate representation of color #2BCFDC: hue angle of 184.41º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BCFDC is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB43207220-
CMYK0.800.0600.14
HSL184.41º71.66%51.57%-
HSV(B)184.41º80.45%86.27%-
XYZ36.2350.3175.51-
YUV159.45162.1744.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.15%
GREEN value IS 207 (81.25% from 255) = 44.04%
BLUE value IS 220 (86.33% from 255) = 46.81%
R=9.15%
G=44.04%
B=46.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal432072200.800.0600.14184.4171.6651.57
Hex2BCFDC5060Eb84834
Octal53317334120601627011064
Binary1010111100111111011100101000011001110101110001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,207,220); }

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

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

 a { background-color: rgb(43,207,220); }

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

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

 span { border-color: rgb(43,207,220); }

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