#2BF6C4

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

Shades of Turquoise #2BF6C4

Tints of Turquoise #2BF6C4

Color information

#2BF6C4 (or 0x2BF6C4) is unknown color: approx Turquoise. HEX triplet: 2B, F6 and C4. RGB value is (43,246,196). Sum of RGB (Red+Green+Blue) = 43+246+196=485 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.87% from 485); Green value is 246 (96.48% from 255 or 50.72% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 246 - color contains mainly: green. Hex color #2BF6C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BF6C4 is #D4093B. Grayscale: #B3B3B3. Windows color (decimal): -13895996 or 12908075. OLE color: 12908075.

HSL color Cylindrical-coordinate representation of color #2BF6C4: hue angle of 165.22º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF6C4 is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB43246196-
CMYK0.8300.200.04
HSL165.22º91.86%56.67%-
HSV(B)165.22º82.52%96.47%-
XYZ43.9270.4163.5-
YUV179.6137.2530.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 8.87%
GREEN value IS 246 (96.48% from 255) = 50.72%
BLUE value IS 196 (76.95% from 255) = 40.41%
R=8.87%
G=50.72%
B=40.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal432461960.8300.200.04165.2291.8656.67
Hex2BF6C4530144a55c39
Octal53366304123024424513471
Binary10101111110110110001001010011010100100101001011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BF6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,246,196); }

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

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

 a { background-color: rgb(43,246,196); }

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

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

 span { border-color: rgb(43,246,196); }

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