Html Css Color HEX #2BC7C8 Medium Turquoise

📋 copy color: '#2BC7C8'

red 43 ◦ green 199 ◦ blue 200

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

Shades of Medium Turquoise #2BC7C8

Tints of Medium Turquoise #2BC7C8

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.02%

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

R = 9.73%
G = 45.02%
B = 45.25%

CMYK

 C value IS 0.78

 M value IS 0.00

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2BC7C8 (or 0x2BC7C8) is known color: Medium Turquoise. HEX triplet: 2B, C7 and C8. RGB value is (43,199,200). Sum of RGB (Red+Green+Blue) = 43+199+200=442 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.73% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 200 - color contains mainly: blue. Hex color #2BC7C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC7C8 is #D43837. Grayscale: #989898. Windows color (decimal): -13908024 or 13158187. OLE color: 13158187.

HSL color Cylindrical-coordinate representation of color #2BC7C8: hue angle of 180.38º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC7C8 is Cyan = 0.78, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 43 199 200 -
CMYK 0.78 0.00 0 0.22
HSL 180.38º 0.65% 0.48% -
HSV(B) 180.38º 0.79% 0.78% -
XYZ 31.85 45.53 61.75 -
YUV 152.47 154.82 49.92 -
System Red Green Blue C M Y K H S L
Decimal 43 199 200 0.78 0.00 0 0.22 180.38 0.65 0.48
Hex 2B C7 C8 4E 0 0 16 B4 41 30
Octal 53 307 310 116 0 0 26 264 101 60
Binary 101011 11000111 11001000 1001110 0 0 10110 10110100 1000001 110000

Color Harmonies of #2BC7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC7C8

Black with #2BC7C8

Text Example


Text Example

White with #2BC7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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