#62DDF8

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

Shades of Turquoise Blue #62DDF8

Tints of Turquoise Blue #62DDF8

Color information

#62DDF8 (or 0x62DDF8) is unknown color: approx Turquoise Blue. HEX triplet: 62, DD and F8. RGB value is (98,221,248). Sum of RGB (Red+Green+Blue) = 98+221+248=567 (75% of max value = 765). Red value is 98 (38.67% from 255 or 17.28% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 248 (97.27% from 255 or 43.74% from 567); Max value from RGB is 248 - color contains mainly: blue. Hex color #62DDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DDF8 is #9D2207. Grayscale: #BBBBBB. Windows color (decimal): -10297864 or 16309602. OLE color: 16309602.

HSL color Cylindrical-coordinate representation of color #62DDF8: hue angle of 190.8º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62DDF8 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB98221248-
CMYK0.600.1100.03
HSL190.8º91.46%67.84%-
HSV(B)190.8º60.48%97.25%-
XYZ47.8461.0998.08-
YUV187.3162.2564.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 17.28%
GREEN value IS 221 (86.72% from 255) = 38.98%
BLUE value IS 248 (97.27% from 255) = 43.74%
R=17.28%
G=38.98%
B=43.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal982212480.600.1100.03190.891.4667.84
Hex62DDF83CB03bf5b44
Octal142335370741303277133104
Binary1100010110111011111100011110010110111011111110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62DDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62DDF8; }

 p { color: rgb(98,221,248); }

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

<style>
 a { background-color: #62DDF8; }

 a { background-color: rgb(98,221,248); }

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

<style>
 span { border-color: #62DDF8; }

 span { border-color: rgb(98,221,248); }

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