Html Css Color HEX #2BECEB Turquoise

📋 copy color: '#2BECEB'

red 43 ◦ green 236 ◦ blue 235

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

Shades of Turquoise #2BECEB

Tints of Turquoise #2BECEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.72%

R = 8.37%
G = 45.91%
B = 45.72%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#2BECEB (or 0x2BECEB) is known color: Turquoise. HEX triplet: 2B, EC and EB. RGB value is (43,236,235). Sum of RGB (Red+Green+Blue) = 43+236+235=514 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.37% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #2BECEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BECEB is #D41314. Grayscale: #B1B1B1. Windows color (decimal): -13898517 or 15461419. OLE color: 15461419.

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

Color convert

RGB 43 236 235 -
CMYK 0.82 0 0.00 0.07
HSL 179.69º 0.84% 0.55% -
HSV(B) 179.69º 0.82% 0.93% -
XYZ 45.99 66.5 89.01 -
YUV 178.18 160.06 31.58 -
System Red Green Blue C M Y K H S L
Decimal 43 236 235 0.82 0 0.00 0.07 179.69 0.84 0.55
Hex 2B EC EB 52 0 0 7 B4 54 37
Octal 53 354 353 122 0 0 7 264 124 67
Binary 101011 11101100 11101011 1010010 0 0 111 10110100 1010100 110111

Color Harmonies of #2BECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BECEB

Black with #2BECEB

Text Example


Text Example

White with #2BECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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