Html Css Color HEX #30CEC1 Medium Turquoise

📋 copy color: '#30CEC1'

red 48 ◦ green 206 ◦ blue 193

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

Shades of Medium Turquoise #30CEC1

Tints of Medium Turquoise #30CEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.18%

R = 10.74%
G = 46.09%
B = 43.18%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#30CEC1 (or 0x30CEC1) is known color: Medium Turquoise. HEX triplet: 30, CE and C1. RGB value is (48,206,193). Sum of RGB (Red+Green+Blue) = 48+206+193=447 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.74% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #30CEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CEC1 is #CF313E. Grayscale: #9D9D9D. Windows color (decimal): -13578559 or 12701232. OLE color: 12701232.

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

Color convert

RGB 48 206 193 -
CMYK 0.77 0 0.06 0.19
HSL 175.06º 0.62% 0.5% -
HSV(B) 175.06º 0.77% 0.81% -
XYZ 32.92 48.62 58.1 -
YUV 157.28 148.15 50.06 -
System Red Green Blue C M Y K H S L
Decimal 48 206 193 0.77 0 0.06 0.19 175.06 0.62 0.5
Hex 30 CE C1 4D 0 6 13 AF 3E 32
Octal 60 316 301 115 0 6 23 257 76 62
Binary 110000 11001110 11000001 1001101 0 110 10011 10101111 111110 110010

Color Harmonies of #30CEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CEC1

Black with #30CEC1

Text Example


Text Example

White with #30CEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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