#62DCFC

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

Shades of Turquoise Blue #62DCFC

Tints of Turquoise Blue #62DCFC

Color information

#62DCFC (or 0x62DCFC) is unknown color: approx Turquoise Blue. HEX triplet: 62, DC and FC. RGB value is (98,220,252). Sum of RGB (Red+Green+Blue) = 98+220+252=570 (75% of max value = 765). Red value is 98 (38.67% from 255 or 17.19% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #62DCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DCFC is #9D2303. Grayscale: #BABABA. Windows color (decimal): -10298116 or 16571490. OLE color: 16571490.

HSL color Cylindrical-coordinate representation of color #62DCFC: hue angle of 192.47º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62DCFC is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB98220252-
CMYK0.610.1300.01
HSL192.47º96.25%68.63%-
HSV(B)192.47º61.11%98.82%-
XYZ48.260.81101.29-
YUV187.17164.5864.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 17.19%
GREEN value IS 220 (86.33% from 255) = 38.60%
BLUE value IS 252 (98.83% from 255) = 44.21%
R=17.19%
G=38.60%
B=44.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal982202520.610.1300.01192.4796.2568.63
Hex62DCFC3DD01c06045
Octal142334374751501300140105
Binary110001011011100111111001111011101011100000011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62DCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,220,252); }

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

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

 a { background-color: rgb(98,220,252); }

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

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

 span { border-color: rgb(98,220,252); }

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