#30DEF3

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

Shades of Turquoise #30DEF3

Tints of Turquoise #30DEF3

Color information

#30DEF3 (or 0x30DEF3) is unknown color: approx Turquoise. HEX triplet: 30, DE and F3. RGB value is (48,222,243). Sum of RGB (Red+Green+Blue) = 48+222+243=513 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.36% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 243 (95.31% from 255 or 47.37% from 513); Max value from RGB is 243 - color contains mainly: blue. Hex color #30DEF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DEF3 is #CF210C. Grayscale: #ACACAC. Windows color (decimal): -13574413 or 15982128. OLE color: 15982128.

HSL color Cylindrical-coordinate representation of color #30DEF3: hue angle of 186.46º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30DEF3 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB48222243-
CMYK0.800.0900.05
HSL186.46º89.04%57.06%-
HSV(B)186.46º80.25%95.29%-
XYZ43.5259.3493.95-
YUV172.37167.8539.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.36%
GREEN value IS 222 (87.11% from 255) = 43.27%
BLUE value IS 243 (95.31% from 255) = 47.37%
R=9.36%
G=43.27%
B=47.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal482222430.800.0900.05186.4689.0457.06
Hex30DEF350905ba5939
Octal60336363120110527213171
Binary1100001101111011110011101000010010101101110101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30DEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,222,243); }

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

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

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

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

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

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

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