Html Css Color HEX #2BDDB6 Turquoise

📋 copy color: '#2BDDB6'

red 43 ◦ green 221 ◦ blue 182

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

Shades of Turquoise #2BDDB6

Tints of Turquoise #2BDDB6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.55%

 BLUE value IS 182 (71.48% from 255) = 40.81%

R = 9.64%
G = 49.55%
B = 40.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#2BDDB6 (or 0x2BDDB6) is known color: Turquoise. HEX triplet: 2B, DD and B6. RGB value is (43,221,182). Sum of RGB (Red+Green+Blue) = 43+221+182=446 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.64% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #2BDDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDDB6 is #D42249. Grayscale: #A3A3A3. Windows color (decimal): -13902410 or 11984171. OLE color: 11984171.

HSL color Cylindrical-coordinate representation of color #2BDDB6: hue angle of 166.85º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDDB6 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 221 182 -
CMYK 0.81 0 0.18 0.13
HSL 166.85º 0.72% 0.52% -
HSV(B) 166.85º 0.81% 0.87% -
XYZ 35.3 55.6 53.13 -
YUV 163.33 138.53 42.17 -
System Red Green Blue C M Y K H S L
Decimal 43 221 182 0.81 0 0.18 0.13 166.85 0.72 0.52
Hex 2B DD B6 51 0 12 D A7 48 34
Octal 53 335 266 121 0 22 15 247 110 64
Binary 101011 11011101 10110110 1010001 0 10010 1101 10100111 1001000 110100

Color Harmonies of #2BDDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDDB6

Black with #2BDDB6

Text Example


Text Example

White with #2BDDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,221,182); }

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

background-color css

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

 a { background-color: rgb(43,221,182); }

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

border-color css

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

 span { border-color: rgb(43,221,182); }

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