Html Css Color HEX #2BE5C9 Turquoise

📋 copy color: '#2BE5C9'

red 43 ◦ green 229 ◦ blue 201

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

Shades of Turquoise #2BE5C9

Tints of Turquoise #2BE5C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.49%

R = 9.09%
G = 48.41%
B = 42.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#2BE5C9 (or 0x2BE5C9) is known color: Turquoise. HEX triplet: 2B, E5 and C9. RGB value is (43,229,201). Sum of RGB (Red+Green+Blue) = 43+229+201=473 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.09% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE5C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE5C9 is #D41A36. Grayscale: #AAAAAA. Windows color (decimal): -13900343 or 13231403. OLE color: 13231403.

HSL color Cylindrical-coordinate representation of color #2BE5C9: hue angle of 170.97º 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 #2BE5C9 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 43 229 201 -
CMYK 0.81 0 0.12 0.10
HSL 170.97º 0.78% 0.53% -
HSV(B) 170.97º 0.81% 0.9% -
XYZ 39.56 60.77 64.9 -
YUV 170.19 145.38 37.28 -
System Red Green Blue C M Y K H S L
Decimal 43 229 201 0.81 0 0.12 0.10 170.97 0.78 0.53
Hex 2B E5 C9 51 0 C A AB 4E 35
Octal 53 345 311 121 0 14 12 253 116 65
Binary 101011 11100101 11001001 1010001 0 1100 1010 10101011 1001110 110101

Color Harmonies of #2BE5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE5C9

Black with #2BE5C9

Text Example


Text Example

White with #2BE5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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