Html Css Color HEX #2BE5CD Turquoise

📋 copy color: '#2BE5CD'

red 43 ◦ green 229 ◦ blue 205

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

Shades of Turquoise #2BE5CD

Tints of Turquoise #2BE5CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 9.01%
G = 48.01%
B = 42.98%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#2BE5CD (or 0x2BE5CD) is known color: Turquoise. HEX triplet: 2B, E5 and CD. RGB value is (43,229,205). Sum of RGB (Red+Green+Blue) = 43+229+205=477 (63% of max value = 765). Red value is 43 (17.19% from 255 or 9.01% from 477); Green value is 229 (89.84% from 255 or 48.01% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE5CD is #D41A32. Grayscale: #AAAAAA. Windows color (decimal): -13900339 or 13493547. OLE color: 13493547.

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

Color convert

RGB 43 229 205 -
CMYK 0.81 0 0.10 0.10
HSL 172.26º 0.78% 0.53% -
HSV(B) 172.26º 0.81% 0.9% -
XYZ 40.04 60.96 67.41 -
YUV 170.65 147.38 36.95 -
System Red Green Blue C M Y K H S L
Decimal 43 229 205 0.81 0 0.10 0.10 172.26 0.78 0.53
Hex 2B E5 CD 51 0 A A AC 4E 35
Octal 53 345 315 121 0 12 12 254 116 65
Binary 101011 11100101 11001101 1010001 0 1010 1010 10101100 1001110 110101

Color Harmonies of #2BE5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE5CD

Black with #2BE5CD

Text Example


Text Example

White with #2BE5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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