Html Css Color HEX #2BE6CE Turquoise

📋 copy color: '#2BE6CE'

red 43 ◦ green 230 ◦ blue 206

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

Shades of Turquoise #2BE6CE

Tints of Turquoise #2BE6CE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.02%

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 8.98%
G = 48.02%
B = 43.01%

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

#2BE6CE (or 0x2BE6CE) is known color: Turquoise. HEX triplet: 2B, E6 and CE. RGB value is (43,230,206). Sum of RGB (Red+Green+Blue) = 43+230+206=479 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.98% from 479); Green value is 230 (90.23% from 255 or 48.02% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE6CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BE6CE is #D41931. Grayscale: #ABABAB. Windows color (decimal): -13900082 or 13559339. OLE color: 13559339.

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

Color convert

RGB 43 230 206 -
CMYK 0.81 0 0.10 0.10
HSL 172.3º 0.79% 0.54% -
HSV(B) 172.3º 0.81% 0.9% -
XYZ 40.43 61.56 68.14 -
YUV 171.35 147.55 36.45 -
System Red Green Blue C M Y K H S L
Decimal 43 230 206 0.81 0 0.10 0.10 172.3 0.79 0.54
Hex 2B E6 CE 51 0 A A AC 4F 36
Octal 53 346 316 121 0 12 12 254 117 66
Binary 101011 11100110 11001110 1010001 0 1010 1010 10101100 1001111 110110

Color Harmonies of #2BE6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BE6CE

Black with #2BE6CE

Text Example


Text Example

White with #2BE6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,230,206); }

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

background-color css

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

 a { background-color: rgb(43,230,206); }

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

border-color css

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

 span { border-color: rgb(43,230,206); }

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