Html Css Color HEX #2BD6C5 Turquoise

📋 copy color: '#2BD6C5'

red 43 ◦ green 214 ◦ blue 197

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

Shades of Turquoise #2BD6C5

Tints of Turquoise #2BD6C5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.14%

 BLUE value IS 197 (77.34% from 255) = 43.39%

R = 9.47%
G = 47.14%
B = 43.39%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#2BD6C5 (or 0x2BD6C5) is known color: Turquoise. HEX triplet: 2B, D6 and C5. RGB value is (43,214,197). Sum of RGB (Red+Green+Blue) = 43+214+197=454 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.47% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD6C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD6C5 is #D4293A. Grayscale: #A0A0A0. Windows color (decimal): -13904187 or 12965419. OLE color: 12965419.

HSL color Cylindrical-coordinate representation of color #2BD6C5: hue angle of 174.04º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD6C5 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 214 197 -
CMYK 0.80 0 0.08 0.16
HSL 174.04º 0.68% 0.5% -
HSV(B) 174.04º 0.8% 0.84% -
XYZ 35.12 52.64 61.13 -
YUV 160.93 148.35 43.88 -
System Red Green Blue C M Y K H S L
Decimal 43 214 197 0.80 0 0.08 0.16 174.04 0.68 0.5
Hex 2B D6 C5 50 0 8 10 AE 44 32
Octal 53 326 305 120 0 10 20 256 104 62
Binary 101011 11010110 11000101 1010000 0 1000 10000 10101110 1000100 110010

Color Harmonies of #2BD6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD6C5

Black with #2BD6C5

Text Example


Text Example

White with #2BD6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,214,197); }

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

background-color css

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

 a { background-color: rgb(43,214,197); }

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

border-color css

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

 span { border-color: rgb(43,214,197); }

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