Html Css Color HEX #2BEACE Turquoise

📋 copy color: '#2BEACE'

red 43 ◦ green 234 ◦ blue 206

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

Shades of Turquoise #2BEACE

Tints of Turquoise #2BEACE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.45%

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 8.9%
G = 48.45%
B = 42.65%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#2BEACE (or 0x2BEACE) is known color: Turquoise. HEX triplet: 2B, EA and CE. RGB value is (43,234,206). Sum of RGB (Red+Green+Blue) = 43+234+206=483 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.90% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEACE is #D41531. Grayscale: #ADADAD. Windows color (decimal): -13899058 or 13560363. OLE color: 13560363.

HSL color Cylindrical-coordinate representation of color #2BEACE: hue angle of 171.2º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEACE is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 234 206 -
CMYK 0.82 0 0.12 0.08
HSL 171.2º 0.82% 0.54% -
HSV(B) 171.2º 0.82% 0.92% -
XYZ 41.56 63.82 68.52 -
YUV 173.7 146.22 34.78 -
System Red Green Blue C M Y K H S L
Decimal 43 234 206 0.82 0 0.12 0.08 171.2 0.82 0.54
Hex 2B EA CE 52 0 C 8 AB 52 36
Octal 53 352 316 122 0 14 10 253 122 66
Binary 101011 11101010 11001110 1010010 0 1100 1000 10101011 1010010 110110

Color Harmonies of #2BEACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEACE

Black with #2BEACE

Text Example


Text Example

White with #2BEACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,234,206); }

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

background-color css

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

 a { background-color: rgb(43,234,206); }

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

border-color css

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

 span { border-color: rgb(43,234,206); }

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