Html Css Color HEX #30CDC0 Medium Turquoise

📋 copy color: '#30CDC0'

red 48 ◦ green 205 ◦ blue 192

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

Shades of Medium Turquoise #30CDC0

Tints of Medium Turquoise #30CDC0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.07%

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

R = 10.79%
G = 46.07%
B = 43.15%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#30CDC0 (or 0x30CDC0) is known color: Medium Turquoise. HEX triplet: 30, CD and C0. RGB value is (48,205,192). Sum of RGB (Red+Green+Blue) = 48+205+192=445 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.79% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #30CDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDC0 is #CF323F. Grayscale: #9C9C9C. Windows color (decimal): -13578816 or 12635440. OLE color: 12635440.

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

Color convert

RGB 48 205 192 -
CMYK 0.77 0 0.06 0.20
HSL 175.03º 0.62% 0.5% -
HSV(B) 175.03º 0.77% 0.8% -
XYZ 32.56 48.1 57.44 -
YUV 156.58 147.99 50.56 -
System Red Green Blue C M Y K H S L
Decimal 48 205 192 0.77 0 0.06 0.20 175.03 0.62 0.5
Hex 30 CD C0 4D 0 6 14 AF 3E 32
Octal 60 315 300 115 0 6 24 257 76 62
Binary 110000 11001101 11000000 1001101 0 110 10100 10101111 111110 110010

Color Harmonies of #30CDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CDC0

Black with #30CDC0

Text Example


Text Example

White with #30CDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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