Html Css Color HEX #30CDC5 Medium Turquoise

📋 copy color: '#30CDC5'

red 48 ◦ green 205 ◦ blue 197

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

Shades of Medium Turquoise #30CDC5

Tints of Medium Turquoise #30CDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.78%

R = 10.67%
G = 45.56%
B = 43.78%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#30CDC5 (or 0x30CDC5) is known color: Medium Turquoise. HEX triplet: 30, CD and C5. RGB value is (48,205,197). Sum of RGB (Red+Green+Blue) = 48+205+197=450 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.67% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 197 (77.34% from 255 or 43.78% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #30CDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDC5 is #CF323A. Grayscale: #9D9D9D. Windows color (decimal): -13578811 or 12963120. OLE color: 12963120.

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

Color convert

RGB 48 205 197 -
CMYK 0.77 0 0.04 0.20
HSL 176.94º 0.62% 0.5% -
HSV(B) 176.94º 0.77% 0.8% -
XYZ 33.13 48.32 60.4 -
YUV 157.15 150.49 50.15 -
System Red Green Blue C M Y K H S L
Decimal 48 205 197 0.77 0 0.04 0.20 176.94 0.62 0.5
Hex 30 CD C5 4D 0 4 14 B1 3E 32
Octal 60 315 305 115 0 4 24 261 76 62
Binary 110000 11001101 11000101 1001101 0 100 10100 10110001 111110 110010

Color Harmonies of #30CDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CDC5

Black with #30CDC5

Text Example


Text Example

White with #30CDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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