Html Css Color HEX #2BF6D5 Turquoise

📋 copy color: '#2BF6D5'

red 43 ◦ green 246 ◦ blue 213

#2BF6D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #2BF6D5

Tints of Turquoise #2BF6D5

RGB

 RED value IS 43 (17.19% from 255) = 8.57%

 GREEN value IS 246 (96.48% from 255) = 49%

 BLUE value IS 213 (83.59% from 255) = 42.43%

R = 8.57%
G = 49%
B = 42.43%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#2BF6D5 (or 0x2BF6D5) is known color: Turquoise. HEX triplet: 2B, F6 and D5. RGB value is (43,246,213). Sum of RGB (Red+Green+Blue) = 43+246+213=502 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.57% from 502); Green value is 246 (96.48% from 255 or 49.00% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 246 - color contains mainly: green. Hex color #2BF6D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BF6D5 is #D4092A. Grayscale: #B5B5B5. Windows color (decimal): -13895979 or 14022187. OLE color: 14022187.

HSL color Cylindrical-coordinate representation of color #2BF6D5: hue angle of 170.25º 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 #2BF6D5 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 43 246 213 -
CMYK 0.83 0 0.13 0.04
HSL 170.25º 0.92% 0.57% -
HSV(B) 170.25º 0.83% 0.96% -
XYZ 45.96 71.23 74.28 -
YUV 181.54 145.75 29.18 -
System Red Green Blue C M Y K H S L
Decimal 43 246 213 0.83 0 0.13 0.04 170.25 0.92 0.57
Hex 2B F6 D5 53 0 D 4 AA 5C 39
Octal 53 366 325 123 0 15 4 252 134 71
Binary 101011 11110110 11010101 1010011 0 1101 100 10101010 1011100 111001

Color Harmonies of #2BF6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF6D5

Black with #2BF6D5

Text Example


Text Example

White with #2BF6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2BF6D5;
 }
 .AnyTagClassName
 {
   color: #2BF6D5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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