Html Css Color HEX #2BE4CD Turquoise

📋 copy color: '#2BE4CD'

red 43 ◦ green 228 ◦ blue 205

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

Shades of Turquoise #2BE4CD

Tints of Turquoise #2BE4CD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.9%

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

R = 9.03%
G = 47.9%
B = 43.07%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#2BE4CD (or 0x2BE4CD) is known color: Turquoise. HEX triplet: 2B, E4 and CD. RGB value is (43,228,205). Sum of RGB (Red+Green+Blue) = 43+228+205=476 (63% of max value = 765). Red value is 43 (17.19% from 255 or 9.03% from 476); Green value is 228 (89.45% from 255 or 47.90% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 228 - color contains mainly: green. Hex color #2BE4CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE4CD is #D41B32. Grayscale: #A9A9A9. Windows color (decimal): -13900595 or 13493291. OLE color: 13493291.

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

Color convert

RGB 43 228 205 -
CMYK 0.81 0 0.10 0.11
HSL 172.54º 0.77% 0.53% -
HSV(B) 172.54º 0.81% 0.89% -
XYZ 39.76 60.41 67.32 -
YUV 170.06 147.71 37.37 -
System Red Green Blue C M Y K H S L
Decimal 43 228 205 0.81 0 0.10 0.11 172.54 0.77 0.53
Hex 2B E4 CD 51 0 A B AD 4D 35
Octal 53 344 315 121 0 12 13 255 115 65
Binary 101011 11100100 11001101 1010001 0 1010 1011 10101101 1001101 110101

Color Harmonies of #2BE4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE4CD

Black with #2BE4CD

Text Example


Text Example

White with #2BE4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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