Html Css Color HEX #30D7C6 Turquoise

📋 copy color: '#30D7C6'

red 48 ◦ green 215 ◦ blue 198

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

Shades of Turquoise #30D7C6

Tints of Turquoise #30D7C6

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.64%

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

R = 10.41%
G = 46.64%
B = 42.95%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#30D7C6 (or 0x30D7C6) is known color: Turquoise. HEX triplet: 30, D7 and C6. RGB value is (48,215,198). Sum of RGB (Red+Green+Blue) = 48+215+198=461 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.41% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 215 - color contains mainly: green. Hex color #30D7C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D7C6 is #CF2839. Grayscale: #A3A3A3. Windows color (decimal): -13576250 or 13031216. OLE color: 13031216.

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

Color convert

RGB 48 215 198 -
CMYK 0.78 0 0.08 0.16
HSL 173.89º 0.68% 0.52% -
HSV(B) 173.89º 0.78% 0.84% -
XYZ 35.71 53.31 61.83 -
YUV 163.13 147.67 45.88 -
System Red Green Blue C M Y K H S L
Decimal 48 215 198 0.78 0 0.08 0.16 173.89 0.68 0.52
Hex 30 D7 C6 4E 0 8 10 AE 44 34
Octal 60 327 306 116 0 10 20 256 104 64
Binary 110000 11010111 11000110 1001110 0 1000 10000 10101110 1000100 110100

Color Harmonies of #30D7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D7C6

Black with #30D7C6

Text Example


Text Example

White with #30D7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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