Html Css Color HEX #30C6C3 Medium Turquoise

📋 copy color: '#30C6C3'

red 48 ◦ green 198 ◦ blue 195

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

Shades of Medium Turquoise #30C6C3

Tints of Medium Turquoise #30C6C3

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.9%

 BLUE value IS 195 (76.56% from 255) = 44.22%

R = 10.88%
G = 44.9%
B = 44.22%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#30C6C3 (or 0x30C6C3) is known color: Medium Turquoise. HEX triplet: 30, C6 and C3. RGB value is (48,198,195). Sum of RGB (Red+Green+Blue) = 48+198+195=441 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.88% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 198 - color contains mainly: green. Hex color #30C6C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C6C3 is #CF393C. Grayscale: #989898. Windows color (decimal): -13580605 or 12830256. OLE color: 12830256.

HSL color Cylindrical-coordinate representation of color #30C6C3: hue angle of 178.8º 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 #30C6C3 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 48 198 195 -
CMYK 0.76 0 0.02 0.22
HSL 178.8º 0.61% 0.48% -
HSV(B) 178.8º 0.76% 0.78% -
XYZ 31.26 44.96 58.66 -
YUV 152.81 151.81 53.24 -
System Red Green Blue C M Y K H S L
Decimal 48 198 195 0.76 0 0.02 0.22 178.8 0.61 0.48
Hex 30 C6 C3 4C 0 2 16 B3 3D 30
Octal 60 306 303 114 0 2 26 263 75 60
Binary 110000 11000110 11000011 1001100 0 10 10110 10110011 111101 110000

Color Harmonies of #30C6C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C6C3

Black with #30C6C3

Text Example


Text Example

White with #30C6C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,198,195); }

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

background-color css

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

 a { background-color: rgb(48,198,195); }

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

border-color css

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

 span { border-color: rgb(48,198,195); }

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