Html Css Color HEX #2BD6C8 Turquoise

📋 copy color: '#2BD6C8'

red 43 ◦ green 214 ◦ blue 200

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

Shades of Turquoise #2BD6C8

Tints of Turquoise #2BD6C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.76%

R = 9.41%
G = 46.83%
B = 43.76%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#2BD6C8 (or 0x2BD6C8) is known color: Turquoise. HEX triplet: 2B, D6 and C8. RGB value is (43,214,200). Sum of RGB (Red+Green+Blue) = 43+214+200=457 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.41% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD6C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD6C8 is #D42937. Grayscale: #A1A1A1. Windows color (decimal): -13904184 or 13162027. OLE color: 13162027.

HSL color Cylindrical-coordinate representation of color #2BD6C8: hue angle of 175.09º 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 #2BD6C8 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 43 214 200 -
CMYK 0.80 0 0.07 0.16
HSL 175.09º 0.68% 0.5% -
HSV(B) 175.09º 0.8% 0.84% -
XYZ 35.47 52.78 62.96 -
YUV 161.28 149.85 43.64 -
System Red Green Blue C M Y K H S L
Decimal 43 214 200 0.80 0 0.07 0.16 175.09 0.68 0.5
Hex 2B D6 C8 50 0 7 10 AF 44 32
Octal 53 326 310 120 0 7 20 257 104 62
Binary 101011 11010110 11001000 1010000 0 111 10000 10101111 1000100 110010

Color Harmonies of #2BD6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD6C8

Black with #2BD6C8

Text Example


Text Example

White with #2BD6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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