Html Css Color HEX #2BEECB Turquoise

📋 copy color: '#2BEECB'

red 43 ◦ green 238 ◦ blue 203

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

Shades of Turquoise #2BEECB

Tints of Turquoise #2BEECB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.17%

 BLUE value IS 203 (79.69% from 255) = 41.94%

R = 8.88%
G = 49.17%
B = 41.94%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#2BEECB (or 0x2BEECB) is known color: Turquoise. HEX triplet: 2B, EE and CB. RGB value is (43,238,203). Sum of RGB (Red+Green+Blue) = 43+238+203=484 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.88% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEECB is #D41134. Grayscale: #AFAFAF. Windows color (decimal): -13898037 or 13364779. OLE color: 13364779.

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

Color convert

RGB 43 238 203 -
CMYK 0.82 0 0.15 0.07
HSL 169.23º 0.85% 0.55% -
HSV(B) 169.23º 0.82% 0.93% -
XYZ 42.35 65.97 67 -
YUV 175.71 143.4 33.35 -
System Red Green Blue C M Y K H S L
Decimal 43 238 203 0.82 0 0.15 0.07 169.23 0.85 0.55
Hex 2B EE CB 52 0 F 7 A9 55 37
Octal 53 356 313 122 0 17 7 251 125 67
Binary 101011 11101110 11001011 1010010 0 1111 111 10101001 1010101 110111

Color Harmonies of #2BEECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEECB

Black with #2BEECB

Text Example


Text Example

White with #2BEECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,238,203); }

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

background-color css

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

 a { background-color: rgb(43,238,203); }

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

border-color css

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

 span { border-color: rgb(43,238,203); }

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