Html Css Color HEX #2BCEC5 Turquoise

📋 copy color: '#2BCEC5'

red 43 ◦ green 206 ◦ blue 197

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

Shades of Turquoise #2BCEC5

Tints of Turquoise #2BCEC5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.19%

 BLUE value IS 197 (77.34% from 255) = 44.17%

R = 9.64%
G = 46.19%
B = 44.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#2BCEC5 (or 0x2BCEC5) is known color: Turquoise. HEX triplet: 2B, CE and C5. RGB value is (43,206,197). Sum of RGB (Red+Green+Blue) = 43+206+197=446 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.64% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCEC5 is #D4313A. Grayscale: #9C9C9C. Windows color (decimal): -13906235 or 12963371. OLE color: 12963371.

HSL color Cylindrical-coordinate representation of color #2BCEC5: hue angle of 176.69º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCEC5 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 206 197 -
CMYK 0.79 0 0.04 0.19
HSL 176.69º 0.65% 0.49% -
HSV(B) 176.69º 0.79% 0.81% -
XYZ 33.15 48.69 60.47 -
YUV 156.24 151 47.23 -
System Red Green Blue C M Y K H S L
Decimal 43 206 197 0.79 0 0.04 0.19 176.69 0.65 0.49
Hex 2B CE C5 4F 0 4 13 B1 41 31
Octal 53 316 305 117 0 4 23 261 101 61
Binary 101011 11001110 11000101 1001111 0 100 10011 10110001 1000001 110001

Color Harmonies of #2BCEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BCEC5

Black with #2BCEC5

Text Example


Text Example

White with #2BCEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,206,197); }

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

background-color css

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

 a { background-color: rgb(43,206,197); }

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

border-color css

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

 span { border-color: rgb(43,206,197); }

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