Html Css Color HEX #2BECC5 Turquoise

📋 copy color: '#2BECC5'

red 43 ◦ green 236 ◦ blue 197

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

Shades of Turquoise #2BECC5

Tints of Turquoise #2BECC5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.58%

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

R = 9.03%
G = 49.58%
B = 41.39%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#2BECC5 (or 0x2BECC5) is known color: Turquoise. HEX triplet: 2B, EC and C5. RGB value is (43,236,197). Sum of RGB (Red+Green+Blue) = 43+236+197=476 (63% of max value = 765). Red value is 43 (17.19% from 255 or 9.03% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 197 (77.34% from 255 or 41.39% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #2BECC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BECC5 is #D4133A. Grayscale: #ADADAD. Windows color (decimal): -13898555 or 12971051. OLE color: 12971051.

HSL color Cylindrical-coordinate representation of color #2BECC5: hue angle of 167.88º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BECC5 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 236 197 -
CMYK 0.82 0 0.17 0.07
HSL 167.88º 0.84% 0.55% -
HSV(B) 167.88º 0.82% 0.93% -
XYZ 41.07 64.54 63.12 -
YUV 173.85 141.06 34.67 -
System Red Green Blue C M Y K H S L
Decimal 43 236 197 0.82 0 0.17 0.07 167.88 0.84 0.55
Hex 2B EC C5 52 0 11 7 A8 54 37
Octal 53 354 305 122 0 21 7 250 124 67
Binary 101011 11101100 11000101 1010010 0 10001 111 10101000 1010100 110111

Color Harmonies of #2BECC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BECC5

Black with #2BECC5

Text Example


Text Example

White with #2BECC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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