Html Css Color HEX #2BE8D2 Turquoise

📋 copy color: '#2BE8D2'

red 43 ◦ green 232 ◦ blue 210

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

Shades of Turquoise #2BE8D2

Tints of Turquoise #2BE8D2

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.84%

 BLUE value IS 210 (82.42% from 255) = 43.3%

R = 8.87%
G = 47.84%
B = 43.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#2BE8D2 (or 0x2BE8D2) is known color: Turquoise. HEX triplet: 2B, E8 and D2. RGB value is (43,232,210). Sum of RGB (Red+Green+Blue) = 43+232+210=485 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.87% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 232 - color contains mainly: green. Hex color #2BE8D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BE8D2 is #D4172D. Grayscale: #ACACAC. Windows color (decimal): -13899566 or 13821995. OLE color: 13821995.

HSL color Cylindrical-coordinate representation of color #2BE8D2: hue angle of 173.02º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE8D2 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 43 232 210 -
CMYK 0.81 0 0.09 0.09
HSL 173.02º 0.8% 0.54% -
HSV(B) 173.02º 0.81% 0.91% -
XYZ 41.49 62.88 70.92 -
YUV 172.98 148.88 35.29 -
System Red Green Blue C M Y K H S L
Decimal 43 232 210 0.81 0 0.09 0.09 173.02 0.8 0.54
Hex 2B E8 D2 51 0 9 9 AD 50 36
Octal 53 350 322 121 0 11 11 255 120 66
Binary 101011 11101000 11010010 1010001 0 1001 1001 10101101 1010000 110110

Color Harmonies of #2BE8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE8D2

Black with #2BE8D2

Text Example


Text Example

White with #2BE8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,232,210); }

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

background-color css

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

 a { background-color: rgb(43,232,210); }

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

border-color css

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

 span { border-color: rgb(43,232,210); }

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