Html Css Color HEX #30CEC6 Medium Turquoise

📋 copy color: '#30CEC6'

red 48 ◦ green 206 ◦ blue 198

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

Shades of Medium Turquoise #30CEC6

Tints of Medium Turquoise #30CEC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.81%

R = 10.62%
G = 45.58%
B = 43.81%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#30CEC6 (or 0x30CEC6) is known color: Medium Turquoise. HEX triplet: 30, CE and C6. RGB value is (48,206,198). Sum of RGB (Red+Green+Blue) = 48+206+198=452 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.62% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #30CEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CEC6 is #CF3139. Grayscale: #9D9D9D. Windows color (decimal): -13578554 or 13028912. OLE color: 13028912.

HSL color Cylindrical-coordinate representation of color #30CEC6: hue angle of 176.96º 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 #30CEC6 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 206 198 -
CMYK 0.77 0 0.04 0.19
HSL 176.96º 0.62% 0.5% -
HSV(B) 176.96º 0.77% 0.81% -
XYZ 33.48 48.85 61.09 -
YUV 157.85 150.65 49.65 -
System Red Green Blue C M Y K H S L
Decimal 48 206 198 0.77 0 0.04 0.19 176.96 0.62 0.5
Hex 30 CE C6 4D 0 4 13 B1 3E 32
Octal 60 316 306 115 0 4 23 261 76 62
Binary 110000 11001110 11000110 1001101 0 100 10011 10110001 111110 110010

Color Harmonies of #30CEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CEC6

Black with #30CEC6

Text Example


Text Example

White with #30CEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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