Html Css Color HEX #2BE5DA Turquoise

📋 copy color: '#2BE5DA'

red 43 ◦ green 229 ◦ blue 218

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

Shades of Turquoise #2BE5DA

Tints of Turquoise #2BE5DA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.73%

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 8.78%
G = 46.73%
B = 44.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#2BE5DA (or 0x2BE5DA) is known color: Turquoise. HEX triplet: 2B, E5 and DA. RGB value is (43,229,218). Sum of RGB (Red+Green+Blue) = 43+229+218=490 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.78% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE5DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE5DA is #D41A25. Grayscale: #ABABAB. Windows color (decimal): -13900326 or 14345515. OLE color: 14345515.

HSL color Cylindrical-coordinate representation of color #2BE5DA: hue angle of 176.45º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE5DA is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 43 229 218 -
CMYK 0.81 0 0.05 0.10
HSL 176.45º 0.78% 0.53% -
HSV(B) 176.45º 0.81% 0.9% -
XYZ 41.67 61.61 76.03 -
YUV 172.13 153.88 35.89 -
System Red Green Blue C M Y K H S L
Decimal 43 229 218 0.81 0 0.05 0.10 176.45 0.78 0.53
Hex 2B E5 DA 51 0 5 A B0 4E 35
Octal 53 345 332 121 0 5 12 260 116 65
Binary 101011 11100101 11011010 1010001 0 101 1010 10110000 1001110 110101

Color Harmonies of #2BE5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE5DA

Black with #2BE5DA

Text Example


Text Example

White with #2BE5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,229,218); }

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

background-color css

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

 a { background-color: rgb(43,229,218); }

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

border-color css

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

 span { border-color: rgb(43,229,218); }

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