#62dcff

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

Shades of Turquoise Blue #62DCFF

Tints of Turquoise Blue #62DCFF

Color information

#62DCFF (or 0x62DCFF) is unknown color: approx Turquoise Blue. HEX triplet: 62, DC and FF. RGB value is (98,220,255). Sum of RGB (Red+Green+Blue) = 98+220+255=573 (75% of max value = 765). Red value is 98 (38.67% from 255 or 17.10% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #62DCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DCFF is #9D2300. Grayscale: #BBBBBB. Windows color (decimal): -10298113 or 16768098. OLE color: 16768098.

HSL color Cylindrical-coordinate representation of color #62DCFF: hue angle of 193.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62DCFF is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB98220255-
CMYK0.620.1400
HSL193.38º100%69.22%-
HSV(B)193.38º61.57%100%-
XYZ48.6861103.82-
YUV187.51166.0864.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 17.10%
GREEN value IS 220 (86.33% from 255) = 38.39%
BLUE value IS 255 (100% from 255) = 44.50%
R=17.10%
G=38.39%
B=44.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal982202550.620.1400193.3810069.22
Hex62DCFF3EE00c16445
Octal142334377761600301144105
Binary110001011011100111111111111101110001100000111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62dcff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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