Html Css Color HEX #2BEEBA Turquoise

📋 copy color: '#2BEEBA'

red 43 ◦ green 238 ◦ blue 186

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

Shades of Turquoise #2BEEBA

Tints of Turquoise #2BEEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 9.21%
G = 50.96%
B = 39.83%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#2BEEBA (or 0x2BEEBA) is known color: Turquoise. HEX triplet: 2B, EE and BA. RGB value is (43,238,186). Sum of RGB (Red+Green+Blue) = 43+238+186=467 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.21% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEEBA is #D41145. Grayscale: #ADADAD. Windows color (decimal): -13898054 or 12250667. OLE color: 12250667.

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

Color convert

RGB 43 238 186 -
CMYK 0.82 0 0.22 0.07
HSL 164º 0.85% 0.55% -
HSV(B) 164º 0.82% 0.93% -
XYZ 40.43 65.21 56.91 -
YUV 173.77 134.9 34.73 -
System Red Green Blue C M Y K H S L
Decimal 43 238 186 0.82 0 0.22 0.07 164 0.85 0.55
Hex 2B EE BA 52 0 16 7 A4 55 37
Octal 53 356 272 122 0 26 7 244 125 67
Binary 101011 11101110 10111010 1010010 0 10110 111 10100100 1010101 110111

Color Harmonies of #2BEEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEEBA

Black with #2BEEBA

Text Example


Text Example

White with #2BEEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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