Html Css Color HEX #30C1C9 Medium Turquoise

📋 copy color: '#30C1C9'

red 48 ◦ green 193 ◦ blue 201

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

Shades of Medium Turquoise #30C1C9

Tints of Medium Turquoise #30C1C9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.67%

 BLUE value IS 201 (78.91% from 255) = 45.48%

R = 10.86%
G = 43.67%
B = 45.48%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#30C1C9 (or 0x30C1C9) is known color: Medium Turquoise. HEX triplet: 30, C1 and C9. RGB value is (48,193,201). Sum of RGB (Red+Green+Blue) = 48+193+201=442 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.86% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 201 - color contains mainly: blue. Hex color #30C1C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C1C9 is #CF3E36. Grayscale: #969696. Windows color (decimal): -13581879 or 13222192. OLE color: 13222192.

HSL color Cylindrical-coordinate representation of color #30C1C9: hue angle of 183.14º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C1C9 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 193 201 -
CMYK 0.76 0.04 0 0.21
HSL 183.14º 0.61% 0.49% -
HSV(B) 183.14º 0.76% 0.79% -
XYZ 30.83 42.99 61.93 -
YUV 150.56 156.46 54.85 -
System Red Green Blue C M Y K H S L
Decimal 48 193 201 0.76 0.04 0 0.21 183.14 0.61 0.49
Hex 30 C1 C9 4C 4 0 15 B7 3D 31
Octal 60 301 311 114 4 0 25 267 75 61
Binary 110000 11000001 11001001 1001100 100 0 10101 10110111 111101 110001

Color Harmonies of #30C1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C1C9

Black with #30C1C9

Text Example


Text Example

White with #30C1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,193,201); }

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

background-color css

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

 a { background-color: rgb(48,193,201); }

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

border-color css

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

 span { border-color: rgb(48,193,201); }

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