Html Css Color HEX #30CEDC Medium Turquoise

📋 copy color: '#30CEDC'

red 48 ◦ green 206 ◦ blue 220

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

Shades of Medium Turquoise #30CEDC

Tints of Medium Turquoise #30CEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.41%

R = 10.13%
G = 43.46%
B = 46.41%

CMYK

 C value IS 0.78

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#30CEDC (or 0x30CEDC) is known color: Medium Turquoise. HEX triplet: 30, CE and DC. RGB value is (48,206,220). Sum of RGB (Red+Green+Blue) = 48+206+220=474 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.13% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #30CEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CEDC is #CF3123. Grayscale: #A0A0A0. Windows color (decimal): -13578532 or 14470704. OLE color: 14470704.

HSL color Cylindrical-coordinate representation of color #30CEDC: hue angle of 184.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30CEDC is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 206 220 -
CMYK 0.78 0.06 0 0.14
HSL 184.88º 0.71% 0.53% -
HSV(B) 184.88º 0.78% 0.86% -
XYZ 36.21 49.94 75.44 -
YUV 160.35 161.65 47.86 -
System Red Green Blue C M Y K H S L
Decimal 48 206 220 0.78 0.06 0 0.14 184.88 0.71 0.53
Hex 30 CE DC 4E 6 0 E B9 47 35
Octal 60 316 334 116 6 0 16 271 107 65
Binary 110000 11001110 11011100 1001110 110 0 1110 10111001 1000111 110101

Color Harmonies of #30CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CEDC

Black with #30CEDC

Text Example


Text Example

White with #30CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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