#30D7CE

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

Shades of Turquoise #30D7CE

Tints of Turquoise #30D7CE

Color information

#30D7CE (or 0x30D7CE) is unknown color: approx Turquoise. HEX triplet: 30, D7 and CE. RGB value is (48,215,206). Sum of RGB (Red+Green+Blue) = 48+215+206=469 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.23% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 215 - color contains mainly: green. Hex color #30D7CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D7CE is #CF2831. Grayscale: #A3A3A3. Windows color (decimal): -13576242 or 13555504. OLE color: 13555504.

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

Color convert

RGB48215206-
CMYK0.7800.040.16
HSL176.77º67.61%51.57%-
HSV(B)176.77º77.67%84.31%-
XYZ36.6653.6966.82-
YUV164.04151.6745.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.23%
GREEN value IS 215 (84.38% from 255) = 45.84%
BLUE value IS 206 (80.86% from 255) = 43.92%
R=10.23%
G=45.84%
B=43.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal482152060.7800.040.16176.7767.6151.57
Hex30D7CE4E0410b14434
Octal60327316116042026110464
Binary11000011010111110011101001110010010000101100011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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