Html Css Color HEX #2BEAD8 Turquoise

📋 copy color: '#2BEAD8'

red 43 ◦ green 234 ◦ blue 216

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

Shades of Turquoise #2BEAD8

Tints of Turquoise #2BEAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.81%

R = 8.72%
G = 47.46%
B = 43.81%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#2BEAD8 (or 0x2BEAD8) is known color: Turquoise. HEX triplet: 2B, EA and D8. RGB value is (43,234,216). Sum of RGB (Red+Green+Blue) = 43+234+216=493 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.72% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEAD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEAD8 is #D41527. Grayscale: #AEAEAE. Windows color (decimal): -13899048 or 14215723. OLE color: 14215723.

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

Color convert

RGB 43 234 216 -
CMYK 0.82 0 0.08 0.08
HSL 174.35º 0.82% 0.54% -
HSV(B) 174.35º 0.82% 0.92% -
XYZ 42.81 64.32 75.12 -
YUV 174.84 151.22 33.96 -
System Red Green Blue C M Y K H S L
Decimal 43 234 216 0.82 0 0.08 0.08 174.35 0.82 0.54
Hex 2B EA D8 52 0 8 8 AE 52 36
Octal 53 352 330 122 0 10 10 256 122 66
Binary 101011 11101010 11011000 1010010 0 1000 1000 10101110 1010010 110110

Color Harmonies of #2BEAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEAD8

Black with #2BEAD8

Text Example


Text Example

White with #2BEAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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