Html Css Color HEX #2BECBD Turquoise

📋 copy color: '#2BECBD'

red 43 ◦ green 236 ◦ blue 189

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

Shades of Turquoise #2BECBD

Tints of Turquoise #2BECBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.38%

R = 9.19%
G = 50.43%
B = 40.38%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#2BECBD (or 0x2BECBD) is known color: Turquoise. HEX triplet: 2B, EC and BD. RGB value is (43,236,189). Sum of RGB (Red+Green+Blue) = 43+236+189=468 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.19% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #2BECBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BECBD is #D41342. Grayscale: #ACACAC. Windows color (decimal): -13898563 or 12446763. OLE color: 12446763.

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

Color convert

RGB 43 236 189 -
CMYK 0.82 0 0.20 0.07
HSL 165.39º 0.84% 0.55% -
HSV(B) 165.39º 0.82% 0.93% -
XYZ 40.18 64.18 58.41 -
YUV 172.94 137.06 35.32 -
System Red Green Blue C M Y K H S L
Decimal 43 236 189 0.82 0 0.20 0.07 165.39 0.84 0.55
Hex 2B EC BD 52 0 14 7 A5 54 37
Octal 53 354 275 122 0 24 7 245 124 67
Binary 101011 11101100 10111101 1010010 0 10100 111 10100101 1010100 110111

Color Harmonies of #2BECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BECBD

Black with #2BECBD

Text Example


Text Example

White with #2BECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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