#2BF0C0

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

Shades of Turquoise #2BF0C0

Tints of Turquoise #2BF0C0

Color information

#2BF0C0 (or 0x2BF0C0) is unknown color: approx Turquoise. HEX triplet: 2B, F0 and C0. RGB value is (43,240,192). Sum of RGB (Red+Green+Blue) = 43+240+192=475 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.05% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #2BF0C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BF0C0 is #D40F3F. Grayscale: #AFAFAF. Windows color (decimal): -13897536 or 12644395. OLE color: 12644395.

HSL color Cylindrical-coordinate representation of color #2BF0C0: hue angle of 165.38º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF0C0 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB43240192-
CMYK0.8200.200.06
HSL165.38º86.78%55.49%-
HSV(B)165.38º82.08%94.12%-
XYZ41.6766.6460.54-
YUV175.62137.2333.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.05%
GREEN value IS 240 (94.14% from 255) = 50.53%
BLUE value IS 192 (75.39% from 255) = 40.42%
R=9.05%
G=50.53%
B=40.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal432401920.8200.200.06165.3886.7855.49
Hex2BF0C0520146a55737
Octal53360300122024624512767
Binary10101111110000110000001010010010100110101001011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BF0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,240,192); }

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

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

 a { background-color: rgb(43,240,192); }

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

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

 span { border-color: rgb(43,240,192); }

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