Html Css Color HEX #30C8D6 Medium Turquoise

📋 copy color: '#30C8D6'

red 48 ◦ green 200 ◦ blue 214

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

Shades of Medium Turquoise #30C8D6

Tints of Medium Turquoise #30C8D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.32%

R = 10.39%
G = 43.29%
B = 46.32%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#30C8D6 (or 0x30C8D6) is known color: Medium Turquoise. HEX triplet: 30, C8 and D6. RGB value is (48,200,214). Sum of RGB (Red+Green+Blue) = 48+200+214=462 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.39% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 214 (83.98% from 255 or 46.32% from 462); Max value from RGB is 214 - color contains mainly: blue. Hex color #30C8D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C8D6 is #CF3729. Grayscale: #9B9B9B. Windows color (decimal): -13580074 or 14075952. OLE color: 14075952.

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

Color convert

RGB 48 200 214 -
CMYK 0.78 0.07 0 0.16
HSL 185.06º 0.67% 0.51% -
HSV(B) 185.06º 0.78% 0.84% -
XYZ 34.01 46.79 70.86 -
YUV 156.15 160.64 50.86 -
System Red Green Blue C M Y K H S L
Decimal 48 200 214 0.78 0.07 0 0.16 185.06 0.67 0.51
Hex 30 C8 D6 4E 7 0 10 B9 43 33
Octal 60 310 326 116 7 0 20 271 103 63
Binary 110000 11001000 11010110 1001110 111 0 10000 10111001 1000011 110011

Color Harmonies of #30C8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C8D6

Black with #30C8D6

Text Example


Text Example

White with #30C8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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