Html Css Color HEX #30C7BE Medium Turquoise

📋 copy color: '#30C7BE'

red 48 ◦ green 199 ◦ blue 190

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

Shades of Medium Turquoise #30C7BE

Tints of Medium Turquoise #30C7BE

RGB

 RED value IS 48 (19.14% from 255) = 10.98%

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

 BLUE value IS 190 (74.61% from 255) = 43.48%

R = 10.98%
G = 45.54%
B = 43.48%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#30C7BE (or 0x30C7BE) is known color: Medium Turquoise. HEX triplet: 30, C7 and BE. RGB value is (48,199,190). Sum of RGB (Red+Green+Blue) = 48+199+190=437 (57% of max value = 765). Red value is 48 (19.14% from 255 or 10.98% from 437); Green value is 199 (78.12% from 255 or 45.54% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 199 - color contains mainly: green. Hex color #30C7BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C7BE is #CF3841. Grayscale: #989898. Windows color (decimal): -13580354 or 12502832. OLE color: 12502832.

HSL color Cylindrical-coordinate representation of color #30C7BE: hue angle of 176.42º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C7BE is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 48 199 190 -
CMYK 0.76 0 0.05 0.22
HSL 176.42º 0.61% 0.48% -
HSV(B) 176.42º 0.76% 0.78% -
XYZ 30.94 45.19 55.81 -
YUV 152.83 148.97 53.23 -
System Red Green Blue C M Y K H S L
Decimal 48 199 190 0.76 0 0.05 0.22 176.42 0.61 0.48
Hex 30 C7 BE 4C 0 5 16 B0 3D 30
Octal 60 307 276 114 0 5 26 260 75 60
Binary 110000 11000111 10111110 1001100 0 101 10110 10110000 111101 110000

Color Harmonies of #30C7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C7BE

Black with #30C7BE

Text Example


Text Example

White with #30C7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30C7BE; }

 p { color: rgb(48,199,190); }

 H1.HeaderClassName
 {
   color: #30C7BE;
 }
 .AnyTagClassName
 {
   color: #30C7BE;
 }
</style>

background-color css

<style>
 a { background-color: #30C7BE; }

 a { background-color: rgb(48,199,190); }

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

border-color css

<style>
 span { border-color: #30C7BE; }

 span { border-color: rgb(48,199,190); }

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