#62DCF1

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

Shades of Turquoise Blue #62DCF1

Tints of Turquoise Blue #62DCF1

Color information

#62DCF1 (or 0x62DCF1) is unknown color: approx Turquoise Blue. HEX triplet: 62, DC and F1. RGB value is (98,220,241). Sum of RGB (Red+Green+Blue) = 98+220+241=559 (74% of max value = 765). Red value is 98 (38.67% from 255 or 17.53% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #62DCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DCF1 is #9D230E. Grayscale: #B9B9B9. Windows color (decimal): -10298127 or 15850594. OLE color: 15850594.

HSL color Cylindrical-coordinate representation of color #62DCF1: hue angle of 188.81º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62DCF1 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB98220241-
CMYK0.590.0900.05
HSL188.81º83.63%66.47%-
HSV(B)188.81º59.34%94.51%-
XYZ46.5160.1392.37-
YUV185.92159.0865.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 17.53%
GREEN value IS 220 (86.33% from 255) = 39.36%
BLUE value IS 241 (94.53% from 255) = 43.11%
R=17.53%
G=39.36%
B=43.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal982202410.590.0900.05188.8183.6366.47
Hex62DCF13B905bd5442
Octal142334361731105275124102
Binary11000101101110011110001111011100101011011110110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62DCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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