Html Css Color HEX #30D6C0 Turquoise

📋 copy color: '#30D6C0'

red 48 ◦ green 214 ◦ blue 192

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

Shades of Turquoise #30D6C0

Tints of Turquoise #30D6C0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.14%

 BLUE value IS 192 (75.39% from 255) = 42.29%

R = 10.57%
G = 47.14%
B = 42.29%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#30D6C0 (or 0x30D6C0) is known color: Turquoise. HEX triplet: 30, D6 and C0. RGB value is (48,214,192). Sum of RGB (Red+Green+Blue) = 48+214+192=454 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.57% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #30D6C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D6C0 is #CF293F. Grayscale: #A1A1A1. Windows color (decimal): -13576512 or 12637744. OLE color: 12637744.

HSL color Cylindrical-coordinate representation of color #30D6C0: hue angle of 172.05º 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 #30D6C0 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 214 192 -
CMYK 0.78 0 0.10 0.16
HSL 172.05º 0.67% 0.51% -
HSV(B) 172.05º 0.78% 0.84% -
XYZ 34.78 52.53 58.17 -
YUV 161.86 145 46.79 -
System Red Green Blue C M Y K H S L
Decimal 48 214 192 0.78 0 0.10 0.16 172.05 0.67 0.51
Hex 30 D6 C0 4E 0 A 10 AC 43 33
Octal 60 326 300 116 0 12 20 254 103 63
Binary 110000 11010110 11000000 1001110 0 1010 10000 10101100 1000011 110011

Color Harmonies of #30D6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D6C0

Black with #30D6C0

Text Example


Text Example

White with #30D6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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