#30DFEB

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

Shades of Turquoise #30DFEB

Tints of Turquoise #30DFEB

Color information

#30DFEB (or 0x30DFEB) is unknown color: approx Turquoise. HEX triplet: 30, DF and EB. RGB value is (48,223,235). Sum of RGB (Red+Green+Blue) = 48+223+235=506 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.49% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #30DFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DFEB is #CF2014. Grayscale: #ABABAB. Windows color (decimal): -13574165 or 15458096. OLE color: 15458096.

HSL color Cylindrical-coordinate representation of color #30DFEB: hue angle of 183.85º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30DFEB is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB48223235-
CMYK0.800.0500.08
HSL183.85º82.38%55.49%-
HSV(B)183.85º79.57%92.16%-
XYZ42.659.487.82-
YUV172.04163.5239.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.49%
GREEN value IS 223 (87.5% from 255) = 44.07%
BLUE value IS 235 (92.19% from 255) = 46.44%
R=9.49%
G=44.07%
B=46.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal482232350.800.0500.08183.8582.3855.49
Hex30DFEB50508b85237
Octal60337353120501027012267
Binary1100001101111111101011101000010101000101110001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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