Html Css Color HEX #30CCB9 Medium Turquoise

📋 copy color: '#30CCB9'

red 48 ◦ green 204 ◦ blue 185

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

Shades of Medium Turquoise #30CCB9

Tints of Medium Turquoise #30CCB9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.68%

 BLUE value IS 185 (72.66% from 255) = 42.33%

R = 10.98%
G = 46.68%
B = 42.33%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#30CCB9 (or 0x30CCB9) is known color: Medium Turquoise. HEX triplet: 30, CC and B9. RGB value is (48,204,185). Sum of RGB (Red+Green+Blue) = 48+204+185=437 (57% of max value = 765). Red value is 48 (19.14% from 255 or 10.98% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 204 - color contains mainly: green. Hex color #30CCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CCB9 is #CF3346. Grayscale: #9B9B9B. Windows color (decimal): -13579079 or 12176432. OLE color: 12176432.

HSL color Cylindrical-coordinate representation of color #30CCB9: hue angle of 172.69º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CCB9 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 204 185 -
CMYK 0.76 0 0.09 0.2
HSL 172.69º 0.62% 0.49% -
HSV(B) 172.69º 0.76% 0.8% -
XYZ 31.57 47.32 53.37 -
YUV 155.19 144.82 51.54 -
System Red Green Blue C M Y K H S L
Decimal 48 204 185 0.76 0 0.09 0.2 172.69 0.62 0.49
Hex 30 CC B9 4C 0 9 14 AD 3E 31
Octal 60 314 271 114 0 11 24 255 76 61
Binary 110000 11001100 10111001 1001100 0 1001 10100 10101101 111110 110001

Color Harmonies of #30CCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CCB9

Black with #30CCB9

Text Example


Text Example

White with #30CCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,204,185); }

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

background-color css

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

 a { background-color: rgb(48,204,185); }

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

border-color css

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

 span { border-color: rgb(48,204,185); }

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