Html Css Color HEX #2BDFB6 Turquoise

📋 copy color: '#2BDFB6'

red 43 ◦ green 223 ◦ blue 182

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

Shades of Turquoise #2BDFB6

Tints of Turquoise #2BDFB6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.78%

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

R = 9.6%
G = 49.78%
B = 40.63%

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

#2BDFB6 (or 0x2BDFB6) is known color: Turquoise. HEX triplet: 2B, DF and B6. RGB value is (43,223,182). Sum of RGB (Red+Green+Blue) = 43+223+182=448 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.60% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDFB6 is #D42049. Grayscale: #A4A4A4. Windows color (decimal): -13901898 or 11984683. OLE color: 11984683.

HSL color Cylindrical-coordinate representation of color #2BDFB6: hue angle of 166.33º degrees, saturation: 0.74, 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 #2BDFB6 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 223 182 -
CMYK 0.81 0 0.18 0.13
HSL 166.33º 0.74% 0.52% -
HSV(B) 166.33º 0.81% 0.87% -
XYZ 35.83 56.67 53.31 -
YUV 164.51 137.87 41.33 -
System Red Green Blue C M Y K H S L
Decimal 43 223 182 0.81 0 0.18 0.13 166.33 0.74 0.52
Hex 2B DF B6 51 0 12 D A6 4A 34
Octal 53 337 266 121 0 22 15 246 112 64
Binary 101011 11011111 10110110 1010001 0 10010 1101 10100110 1001010 110100

Color Harmonies of #2BDFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDFB6

Black with #2BDFB6

Text Example


Text Example

White with #2BDFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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