#30DCDF

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

Shades of Turquoise #30DCDF

Tints of Turquoise #30DCDF

Color information

#30DCDF (or 0x30DCDF) is unknown color: approx Turquoise. HEX triplet: 30, DC and DF. RGB value is (48,220,223). Sum of RGB (Red+Green+Blue) = 48+220+223=491 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.78% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #30DCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DCDF is #CF2320. Grayscale: #A8A8A8. Windows color (decimal): -13574945 or 14670896. OLE color: 14670896.

HSL color Cylindrical-coordinate representation of color #30DCDF: hue angle of 181.03º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DCDF is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB48220223-
CMYK0.780.0100.13
HSL181.03º73.22%53.14%-
HSV(B)181.03º78.48%87.45%-
XYZ40.1357.1478.73-
YUV168.91158.5241.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.78%
GREEN value IS 220 (86.33% from 255) = 44.81%
BLUE value IS 223 (87.5% from 255) = 45.42%
R=9.78%
G=44.81%
B=45.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal482202230.780.0100.13181.0373.2253.14
Hex30DCDF4E10Db54935
Octal60334337116101526511165
Binary11000011011100110111111001110101101101101011001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,220,223); }

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

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

 a { background-color: rgb(48,220,223); }

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

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

 span { border-color: rgb(48,220,223); }

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