Html Css Color HEX #2BECB9 Turquoise

📋 copy color: '#2BECB9'

red 43 ◦ green 236 ◦ blue 185

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

Shades of Turquoise #2BECB9

Tints of Turquoise #2BECB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.87%

R = 9.27%
G = 50.86%
B = 39.87%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#2BECB9 (or 0x2BECB9) is known color: Turquoise. HEX triplet: 2B, EC and B9. RGB value is (43,236,185). Sum of RGB (Red+Green+Blue) = 43+236+185=464 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.27% from 464); Green value is 236 (92.58% from 255 or 50.86% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 236 - color contains mainly: green. Hex color #2BECB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BECB9 is #D41346. Grayscale: #ACACAC. Windows color (decimal): -13898567 or 12184619. OLE color: 12184619.

HSL color Cylindrical-coordinate representation of color #2BECB9: hue angle of 164.15º 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 #2BECB9 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 236 185 -
CMYK 0.82 0 0.22 0.07
HSL 164.15º 0.84% 0.55% -
HSV(B) 164.15º 0.82% 0.93% -
XYZ 39.75 64.01 56.16 -
YUV 172.48 135.06 35.65 -
System Red Green Blue C M Y K H S L
Decimal 43 236 185 0.82 0 0.22 0.07 164.15 0.84 0.55
Hex 2B EC B9 52 0 16 7 A4 54 37
Octal 53 354 271 122 0 26 7 244 124 67
Binary 101011 11101100 10111001 1010010 0 10110 111 10100100 1010100 110111

Color Harmonies of #2BECB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BECB9

Black with #2BECB9

Text Example


Text Example

White with #2BECB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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