#62DFF5

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

Shades of Turquoise Blue #62DFF5

Tints of Turquoise Blue #62DFF5

Color information

#62DFF5 (or 0x62DFF5) is unknown color: approx Turquoise Blue. HEX triplet: 62, DF and F5. RGB value is (98,223,245). Sum of RGB (Red+Green+Blue) = 98+223+245=566 (74% of max value = 765). Red value is 98 (38.67% from 255 or 17.31% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 245 - color contains mainly: blue. Hex color #62DFF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DFF5 is #9D200A. Grayscale: #BBBBBB. Windows color (decimal): -10297355 or 16113506. OLE color: 16113506.

HSL color Cylindrical-coordinate representation of color #62DFF5: hue angle of 188.98º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62DFF5 is Cyan = 0.6, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB98223245-
CMYK0.60.0900.04
HSL188.98º88.02%67.25%-
HSV(B)188.98º60%96.08%-
XYZ47.9161.9695.82-
YUV188.13160.0963.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 17.31%
GREEN value IS 223 (87.5% from 255) = 39.40%
BLUE value IS 245 (96.09% from 255) = 43.29%
R=17.31%
G=39.40%
B=43.29%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal982232450.60.0900.04188.9888.0267.25
Hex62DFF53C904bd5843
Octal142337365741104275130103
Binary11000101101111111110101111100100101001011110110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62DFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,223,245); }

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

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

 a { background-color: rgb(98,223,245); }

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

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

 span { border-color: rgb(98,223,245); }

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