Html Css Color HEX #2BEACC Turquoise

📋 copy color: '#2BEACC'

red 43 ◦ green 234 ◦ blue 204

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

Shades of Turquoise #2BEACC

Tints of Turquoise #2BEACC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.65%

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

R = 8.94%
G = 48.65%
B = 42.41%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#2BEACC (or 0x2BEACC) is known color: Turquoise. HEX triplet: 2B, EA and CC. RGB value is (43,234,204). Sum of RGB (Red+Green+Blue) = 43+234+204=481 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.94% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEACC is #D41533. Grayscale: #ADADAD. Windows color (decimal): -13899060 or 13429291. OLE color: 13429291.

HSL color Cylindrical-coordinate representation of color #2BEACC: hue angle of 170.58º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEACC is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 234 204 -
CMYK 0.82 0 0.13 0.08
HSL 170.58º 0.82% 0.54% -
HSV(B) 170.58º 0.82% 0.92% -
XYZ 41.32 63.72 67.25 -
YUV 173.47 145.22 34.94 -
System Red Green Blue C M Y K H S L
Decimal 43 234 204 0.82 0 0.13 0.08 170.58 0.82 0.54
Hex 2B EA CC 52 0 D 8 AB 52 36
Octal 53 352 314 122 0 15 10 253 122 66
Binary 101011 11101010 11001100 1010010 0 1101 1000 10101011 1010010 110110

Color Harmonies of #2BEACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEACC

Black with #2BEACC

Text Example


Text Example

White with #2BEACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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