Html Css Color HEX #30CEC0 Medium Turquoise

📋 copy color: '#30CEC0'

red 48 ◦ green 206 ◦ blue 192

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

Shades of Medium Turquoise #30CEC0

Tints of Medium Turquoise #30CEC0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.19%

 BLUE value IS 192 (75.39% from 255) = 43.05%

R = 10.76%
G = 46.19%
B = 43.05%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#30CEC0 (or 0x30CEC0) is known color: Medium Turquoise. HEX triplet: 30, CE and C0. RGB value is (48,206,192). Sum of RGB (Red+Green+Blue) = 48+206+192=446 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.76% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #30CEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CEC0 is #CF313F. Grayscale: #9D9D9D. Windows color (decimal): -13578560 or 12635696. OLE color: 12635696.

HSL color Cylindrical-coordinate representation of color #30CEC0: hue angle of 174.68º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CEC0 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 206 192 -
CMYK 0.77 0 0.07 0.19
HSL 174.68º 0.62% 0.5% -
HSV(B) 174.68º 0.77% 0.81% -
XYZ 32.8 48.58 57.52 -
YUV 157.16 147.65 50.14 -
System Red Green Blue C M Y K H S L
Decimal 48 206 192 0.77 0 0.07 0.19 174.68 0.62 0.5
Hex 30 CE C0 4D 0 7 13 AF 3E 32
Octal 60 316 300 115 0 7 23 257 76 62
Binary 110000 11001110 11000000 1001101 0 111 10011 10101111 111110 110010

Color Harmonies of #30CEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CEC0

Black with #30CEC0

Text Example


Text Example

White with #30CEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,206,192); }

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

background-color css

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

 a { background-color: rgb(48,206,192); }

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

border-color css

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

 span { border-color: rgb(48,206,192); }

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