#30D7CD

Color #30D7CD Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #30D7CD

Tints of Turquoise #30D7CD

Color information

#30D7CD (or 0x30D7CD) is unknown color: approx Turquoise. HEX triplet: 30, D7 and CD. RGB value is (48,215,205). Sum of RGB (Red+Green+Blue) = 48+215+205=468 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.26% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 215 - color contains mainly: green. Hex color #30D7CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D7CD is #CF2832. Grayscale: #A3A3A3. Windows color (decimal): -13576243 or 13489968. OLE color: 13489968.

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

Color convert

RGB48215205-
CMYK0.7800.050.16
HSL176.41º67.61%51.57%-
HSV(B)176.41º77.67%84.31%-
XYZ36.5453.6466.18-
YUV163.93151.1745.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.26%
GREEN value IS 215 (84.38% from 255) = 45.94%
BLUE value IS 205 (80.47% from 255) = 43.80%
R=10.26%
G=45.94%
B=43.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal482152050.7800.050.16176.4167.6151.57
Hex30D7CD4E0510b04434
Octal60327315116052026010464
Binary11000011010111110011011001110010110000101100001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30D7CD;
 }
 .AnyTagClassName
 {
   color: #30D7CD;
 }
</style>
background-color css

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

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

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

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

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

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