Html Css Color HEX #30C8CD Medium Turquoise

📋 copy color: '#30C8CD'

red 48 ◦ green 200 ◦ blue 205

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

Shades of Medium Turquoise #30C8CD

Tints of Medium Turquoise #30C8CD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.15%

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 10.6%
G = 44.15%
B = 45.25%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#30C8CD (or 0x30C8CD) is known color: Medium Turquoise. HEX triplet: 30, C8 and CD. RGB value is (48,200,205). Sum of RGB (Red+Green+Blue) = 48+200+205=453 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.60% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #30C8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C8CD is #CF3732. Grayscale: #9A9A9A. Windows color (decimal): -13580083 or 13486128. OLE color: 13486128.

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

Color convert

RGB 48 200 205 -
CMYK 0.77 0.02 0 0.20
HSL 181.91º 0.62% 0.5% -
HSV(B) 181.91º 0.77% 0.8% -
XYZ 32.89 46.34 64.97 -
YUV 155.12 156.14 51.59 -
System Red Green Blue C M Y K H S L
Decimal 48 200 205 0.77 0.02 0 0.20 181.91 0.62 0.5
Hex 30 C8 CD 4D 2 0 14 B6 3E 32
Octal 60 310 315 115 2 0 24 266 76 62
Binary 110000 11001000 11001101 1001101 10 0 10100 10110110 111110 110010

Color Harmonies of #30C8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C8CD

Black with #30C8CD

Text Example


Text Example

White with #30C8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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