Html Css Color HEX #2BFED6 Turquoise

📋 copy color: '#2BFED6'

red 43 ◦ green 254 ◦ blue 214

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

Shades of Turquoise #2BFED6

Tints of Turquoise #2BFED6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.71%

 BLUE value IS 214 (83.98% from 255) = 41.88%

R = 8.41%
G = 49.71%
B = 41.88%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#2BFED6 (or 0x2BFED6) is known color: Turquoise. HEX triplet: 2B, FE and D6. RGB value is (43,254,214). Sum of RGB (Red+Green+Blue) = 43+254+214=511 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.41% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFED6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFED6 is #D40129. Grayscale: #BABABA. Windows color (decimal): -13893930 or 14089771. OLE color: 14089771.

HSL color Cylindrical-coordinate representation of color #2BFED6: hue angle of 168.63º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFED6 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 43 254 214 -
CMYK 0.83 0 0.16 0.00
HSL 168.63º 0.99% 0.58% -
HSV(B) 168.63º 0.83% 1% -
XYZ 48.58 76.25 75.78 -
YUV 186.35 143.6 25.75 -
System Red Green Blue C M Y K H S L
Decimal 43 254 214 0.83 0 0.16 0.00 168.63 0.99 0.58
Hex 2B FE D6 53 0 10 0 A9 63 3A
Octal 53 376 326 123 0 20 0 251 143 72
Binary 101011 11111110 11010110 1010011 0 10000 0 10101001 1100011 111010

Color Harmonies of #2BFED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFED6

Black with #2BFED6

Text Example


Text Example

White with #2BFED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,254,214); }

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

background-color css

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

 a { background-color: rgb(43,254,214); }

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

border-color css

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

 span { border-color: rgb(43,254,214); }

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