Html Css Color HEX #30CCD5 Medium Turquoise

📋 copy color: '#30CCD5'

red 48 ◦ green 204 ◦ blue 213

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

Shades of Medium Turquoise #30CCD5

Tints of Medium Turquoise #30CCD5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.87%

 BLUE value IS 213 (83.59% from 255) = 45.81%

R = 10.32%
G = 43.87%
B = 45.81%

CMYK

 C value IS 0.77

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#30CCD5 (or 0x30CCD5) is known color: Medium Turquoise. HEX triplet: 30, CC and D5. RGB value is (48,204,213). Sum of RGB (Red+Green+Blue) = 48+204+213=465 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.32% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #30CCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CCD5 is #CF332A. Grayscale: #9E9E9E. Windows color (decimal): -13579051 or 14011440. OLE color: 14011440.

HSL color Cylindrical-coordinate representation of color #30CCD5: hue angle of 183.27º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CCD5 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 204 213 -
CMYK 0.77 0.04 0 0.16
HSL 183.27º 0.66% 0.51% -
HSV(B) 183.27º 0.77% 0.84% -
XYZ 34.82 48.62 70.5 -
YUV 158.38 158.82 49.27 -
System Red Green Blue C M Y K H S L
Decimal 48 204 213 0.77 0.04 0 0.16 183.27 0.66 0.51
Hex 30 CC D5 4D 4 0 10 B7 42 33
Octal 60 314 325 115 4 0 20 267 102 63
Binary 110000 11001100 11010101 1001101 100 0 10000 10110111 1000010 110011

Color Harmonies of #30CCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CCD5

Black with #30CCD5

Text Example


Text Example

White with #30CCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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