Html Css Color HEX #2BEAD5 Turquoise

📋 copy color: '#2BEAD5'

red 43 ◦ green 234 ◦ blue 213

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

Shades of Turquoise #2BEAD5

Tints of Turquoise #2BEAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.47%

R = 8.78%
G = 47.76%
B = 43.47%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#2BEAD5 (or 0x2BEAD5) is known color: Turquoise. HEX triplet: 2B, EA and D5. RGB value is (43,234,213). Sum of RGB (Red+Green+Blue) = 43+234+213=490 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.78% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEAD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEAD5 is #D4152A. Grayscale: #AEAEAE. Windows color (decimal): -13899051 or 14019115. OLE color: 14019115.

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

Color convert

RGB 43 234 213 -
CMYK 0.82 0 0.09 0.08
HSL 173.4º 0.82% 0.54% -
HSV(B) 173.4º 0.82% 0.92% -
XYZ 42.43 64.16 73.1 -
YUV 174.5 149.72 34.21 -
System Red Green Blue C M Y K H S L
Decimal 43 234 213 0.82 0 0.09 0.08 173.4 0.82 0.54
Hex 2B EA D5 52 0 9 8 AD 52 36
Octal 53 352 325 122 0 11 10 255 122 66
Binary 101011 11101010 11010101 1010010 0 1001 1000 10101101 1010010 110110

Color Harmonies of #2BEAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEAD5

Black with #2BEAD5

Text Example


Text Example

White with #2BEAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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