Html Css Color HEX #2BECE2 Turquoise

📋 copy color: '#2BECE2'

red 43 ◦ green 236 ◦ blue 226

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

Shades of Turquoise #2BECE2

Tints of Turquoise #2BECE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.75%

R = 8.51%
G = 46.73%
B = 44.75%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#2BECE2 (or 0x2BECE2) is known color: Turquoise. HEX triplet: 2B, EC and E2. RGB value is (43,236,226). Sum of RGB (Red+Green+Blue) = 43+236+226=505 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.51% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 226 (88.67% from 255 or 44.75% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #2BECE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BECE2 is #D4131D. Grayscale: #B1B1B1. Windows color (decimal): -13898526 or 14871595. OLE color: 14871595.

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

Color convert

RGB 43 236 226 -
CMYK 0.82 0 0.04 0.07
HSL 176.89º 0.84% 0.55% -
HSV(B) 176.89º 0.82% 0.93% -
XYZ 44.72 66 82.33 -
YUV 177.15 155.56 32.31 -
System Red Green Blue C M Y K H S L
Decimal 43 236 226 0.82 0 0.04 0.07 176.89 0.84 0.55
Hex 2B EC E2 52 0 4 7 B1 54 37
Octal 53 354 342 122 0 4 7 261 124 67
Binary 101011 11101100 11100010 1010010 0 100 111 10110001 1010100 110111

Color Harmonies of #2BECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BECE2

Black with #2BECE2

Text Example


Text Example

White with #2BECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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