Html Css Color HEX #2BECE0 Turquoise

📋 copy color: '#2BECE0'

red 43 ◦ green 236 ◦ blue 224

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

Shades of Turquoise #2BECE0

Tints of Turquoise #2BECE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.53%

R = 8.55%
G = 46.92%
B = 44.53%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#2BECE0 (or 0x2BECE0) is known color: Turquoise. HEX triplet: 2B, EC and E0. RGB value is (43,236,224). Sum of RGB (Red+Green+Blue) = 43+236+224=503 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.55% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #2BECE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BECE0 is #D4131F. Grayscale: #B0B0B0. Windows color (decimal): -13898528 or 14740523. OLE color: 14740523.

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

Color convert

RGB 43 236 224 -
CMYK 0.82 0 0.05 0.07
HSL 176.27º 0.84% 0.55% -
HSV(B) 176.27º 0.82% 0.93% -
XYZ 44.45 65.89 80.9 -
YUV 176.93 154.56 32.48 -
System Red Green Blue C M Y K H S L
Decimal 43 236 224 0.82 0 0.05 0.07 176.27 0.84 0.55
Hex 2B EC E0 52 0 5 7 B0 54 37
Octal 53 354 340 122 0 5 7 260 124 67
Binary 101011 11101100 11100000 1010010 0 101 111 10110000 1010100 110111

Color Harmonies of #2BECE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BECE0

Black with #2BECE0

Text Example


Text Example

White with #2BECE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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