Html Css Color HEX #30CECC Medium Turquoise

📋 copy color: '#30CECC'

red 48 ◦ green 206 ◦ blue 204

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

Shades of Medium Turquoise #30CECC

Tints of Medium Turquoise #30CECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 10.48%
G = 44.98%
B = 44.54%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#30CECC (or 0x30CECC) is known color: Medium Turquoise. HEX triplet: 30, CE and CC. RGB value is (48,206,204). Sum of RGB (Red+Green+Blue) = 48+206+204=458 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.48% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #30CECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CECC is #CF3133. Grayscale: #9E9E9E. Windows color (decimal): -13578548 or 13422128. OLE color: 13422128.

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

Color convert

RGB 48 206 204 -
CMYK 0.77 0 0.01 0.19
HSL 179.24º 0.62% 0.5% -
HSV(B) 179.24º 0.77% 0.81% -
XYZ 34.19 49.13 64.81 -
YUV 158.53 153.65 49.16 -
System Red Green Blue C M Y K H S L
Decimal 48 206 204 0.77 0 0.01 0.19 179.24 0.62 0.5
Hex 30 CE CC 4D 0 1 13 B3 3E 32
Octal 60 316 314 115 0 1 23 263 76 62
Binary 110000 11001110 11001100 1001101 0 1 10011 10110011 111110 110010

Color Harmonies of #30CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CECC

Black with #30CECC

Text Example


Text Example

White with #30CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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