#30D8CB

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

Shades of Turquoise #30D8CB

Tints of Turquoise #30D8CB

Color information

#30D8CB (or 0x30D8CB) is unknown color: approx Turquoise. HEX triplet: 30, D8 and CB. RGB value is (48,216,203). Sum of RGB (Red+Green+Blue) = 48+216+203=467 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.28% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #30D8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D8CB is #CF2734. Grayscale: #A4A4A4. Windows color (decimal): -13575989 or 13359152. OLE color: 13359152.

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

Color convert

RGB48216203-
CMYK0.7800.060.15
HSL175.36º68.29%51.76%-
HSV(B)175.36º77.78%84.71%-
XYZ36.5554.0565.01-
YUV164.29149.8445.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.28%
GREEN value IS 216 (84.77% from 255) = 46.25%
BLUE value IS 203 (79.69% from 255) = 43.47%
R=10.28%
G=46.25%
B=43.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal482162030.7800.060.15175.3668.2951.76
Hex30D8CB4E06Faf4434
Octal60330313116061725710464
Binary1100001101100011001011100111001101111101011111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,216,203); }

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

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

 a { background-color: rgb(48,216,203); }

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

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

 span { border-color: rgb(48,216,203); }

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