Html Css Color HEX #2BEBD2 Turquoise

📋 copy color: '#2BEBD2'

red 43 ◦ green 235 ◦ blue 210

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

Shades of Turquoise #2BEBD2

Tints of Turquoise #2BEBD2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.16%

 BLUE value IS 210 (82.42% from 255) = 43.03%

R = 8.81%
G = 48.16%
B = 43.03%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#2BEBD2 (or 0x2BEBD2) is known color: Turquoise. HEX triplet: 2B, EB and D2. RGB value is (43,235,210). Sum of RGB (Red+Green+Blue) = 43+235+210=488 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.81% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEBD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEBD2 is #D4142D. Grayscale: #AEAEAE. Windows color (decimal): -13898798 or 13822763. OLE color: 13822763.

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

Color convert

RGB 43 235 210 -
CMYK 0.82 0 0.11 0.08
HSL 172.19º 0.83% 0.55% -
HSV(B) 172.19º 0.82% 0.92% -
XYZ 42.34 64.58 71.21 -
YUV 174.74 147.89 34.03 -
System Red Green Blue C M Y K H S L
Decimal 43 235 210 0.82 0 0.11 0.08 172.19 0.83 0.55
Hex 2B EB D2 52 0 B 8 AC 53 37
Octal 53 353 322 122 0 13 10 254 123 67
Binary 101011 11101011 11010010 1010010 0 1011 1000 10101100 1010011 110111

Color Harmonies of #2BEBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BEBD2

Black with #2BEBD2

Text Example


Text Example

White with #2BEBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,235,210); }

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

background-color css

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

 a { background-color: rgb(43,235,210); }

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

border-color css

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

 span { border-color: rgb(43,235,210); }

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