#2BDCCF

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

Shades of Turquoise #2BDCCF

Tints of Turquoise #2BDCCF

Color information

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

HSL color Cylindrical-coordinate representation of color #2BDCCF: hue angle of 175.59º 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 #2BDCCF is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB43220207-
CMYK0.8000.060.14
HSL175.59º71.66%51.57%-
HSV(B)175.59º80.45%86.27%-
XYZ37.8556.267.89-
YUV165.6151.3640.56-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal432202070.8000.060.14175.5971.6651.57
Hex2BDCCF5006Eb04834
Octal53334317120061626011064
Binary1010111101110011001111101000001101110101100001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BDCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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