#30D2D2

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

Shades of Turquoise #30D2D2

Tints of Turquoise #30D2D2

Color information

#30D2D2 (or 0x30D2D2) is unknown color: approx Turquoise. HEX triplet: 30, D2 and D2. RGB value is (48,210,210). Sum of RGB (Red+Green+Blue) = 48+210+210=468 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.26% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 210 - color contains mainly: green, blue. Hex color #30D2D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D2D2 is #CF2D2D. Grayscale: #A1A1A1. Windows color (decimal): -13577518 or 13816368. OLE color: 13816368.

HSL color Cylindrical-coordinate representation of color #30D2D2: hue angle of 180º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D2D2 is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB48210210-
CMYK0.77000.18
HSL180º64.29%50.59%-
HSV(B)180º77.14%82.35%-
XYZ35.951.3769-
YUV161.56155.3347-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.26%
GREEN value IS 210 (82.42% from 255) = 44.87%
BLUE value IS 210 (82.42% from 255) = 44.87%
R=10.26%
G=44.87%
B=44.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal482102100.77000.1818064.2950.59
Hex30D2D24D0012b44033
Octal60322322115002226410063
Binary110000110100101101001010011010010010101101001000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,210,210); }

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

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

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

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

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

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

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