Html Css Color HEX #30CDC6 Medium Turquoise

📋 copy color: '#30CDC6'

red 48 ◦ green 205 ◦ blue 198

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

Shades of Medium Turquoise #30CDC6

Tints of Medium Turquoise #30CDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.9%

R = 10.64%
G = 45.45%
B = 43.9%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#30CDC6 (or 0x30CDC6) is known color: Medium Turquoise. HEX triplet: 30, CD and C6. RGB value is (48,205,198). Sum of RGB (Red+Green+Blue) = 48+205+198=451 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.64% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #30CDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDC6 is #CF3239. Grayscale: #9D9D9D. Windows color (decimal): -13578810 or 13028656. OLE color: 13028656.

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

Color convert

RGB 48 205 198 -
CMYK 0.77 0 0.03 0.20
HSL 177.32º 0.62% 0.5% -
HSV(B) 177.32º 0.77% 0.8% -
XYZ 33.24 48.37 61.01 -
YUV 157.26 150.99 50.07 -
System Red Green Blue C M Y K H S L
Decimal 48 205 198 0.77 0 0.03 0.20 177.32 0.62 0.5
Hex 30 CD C6 4D 0 3 14 B1 3E 32
Octal 60 315 306 115 0 3 24 261 76 62
Binary 110000 11001101 11000110 1001101 0 11 10100 10110001 111110 110010

Color Harmonies of #30CDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CDC6

Black with #30CDC6

Text Example


Text Example

White with #30CDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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