Html Css Color HEX #2BE1CC Turquoise

📋 copy color: '#2BE1CC'

red 43 ◦ green 225 ◦ blue 204

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

Shades of Turquoise #2BE1CC

Tints of Turquoise #2BE1CC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.67%

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 9.11%
G = 47.67%
B = 43.22%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#2BE1CC (or 0x2BE1CC) is known color: Turquoise. HEX triplet: 2B, E1 and CC. RGB value is (43,225,204). Sum of RGB (Red+Green+Blue) = 43+225+204=472 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.11% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE1CC is #D41E33. Grayscale: #A8A8A8. Windows color (decimal): -13901364 or 13426987. OLE color: 13426987.

HSL color Cylindrical-coordinate representation of color #2BE1CC: hue angle of 173.08º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE1CC is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 43 225 204 -
CMYK 0.81 0 0.09 0.12
HSL 173.08º 0.75% 0.53% -
HSV(B) 173.08º 0.81% 0.88% -
XYZ 38.82 58.72 66.42 -
YUV 168.19 148.2 38.71 -
System Red Green Blue C M Y K H S L
Decimal 43 225 204 0.81 0 0.09 0.12 173.08 0.75 0.53
Hex 2B E1 CC 51 0 9 C AD 4B 35
Octal 53 341 314 121 0 11 14 255 113 65
Binary 101011 11100001 11001100 1010001 0 1001 1100 10101101 1001011 110101

Color Harmonies of #2BE1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE1CC

Black with #2BE1CC

Text Example


Text Example

White with #2BE1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,225,204); }

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

background-color css

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

 a { background-color: rgb(43,225,204); }

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

border-color css

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

 span { border-color: rgb(43,225,204); }

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