Html Css Color HEX #2BFCD6 Turquoise

📋 copy color: '#2BFCD6'

red 43 ◦ green 252 ◦ blue 214

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

Shades of Turquoise #2BFCD6

Tints of Turquoise #2BFCD6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.51%

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

R = 8.45%
G = 49.51%
B = 42.04%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#2BFCD6 (or 0x2BFCD6) is known color: Turquoise. HEX triplet: 2B, FC and D6. RGB value is (43,252,214). Sum of RGB (Red+Green+Blue) = 43+252+214=509 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.45% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFCD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFCD6 is #D40329. Grayscale: #B9B9B9. Windows color (decimal): -13894442 or 14089259. OLE color: 14089259.

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

Color convert

RGB 43 252 214 -
CMYK 0.83 0 0.15 0.01
HSL 169.09º 0.97% 0.58% -
HSV(B) 169.09º 0.83% 0.99% -
XYZ 47.94 74.99 75.57 -
YUV 185.18 144.26 26.59 -
System Red Green Blue C M Y K H S L
Decimal 43 252 214 0.83 0 0.15 0.01 169.09 0.97 0.58
Hex 2B FC D6 53 0 F 1 A9 61 3A
Octal 53 374 326 123 0 17 1 251 141 72
Binary 101011 11111100 11010110 1010011 0 1111 1 10101001 1100001 111010

Color Harmonies of #2BFCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BFCD6

Black with #2BFCD6

Text Example


Text Example

White with #2BFCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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