#62D5F1

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

Shades of Turquoise Blue #62D5F1

Tints of Turquoise Blue #62D5F1

Color information

#62D5F1 (or 0x62D5F1) is unknown color: approx Turquoise Blue. HEX triplet: 62, D5 and F1. RGB value is (98,213,241). Sum of RGB (Red+Green+Blue) = 98+213+241=552 (73% of max value = 765). Red value is 98 (38.67% from 255 or 17.75% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #62D5F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62D5F1 is #9D2A0E. Grayscale: #B5B5B5. Windows color (decimal): -10299919 or 15848802. OLE color: 15848802.

HSL color Cylindrical-coordinate representation of color #62D5F1: hue angle of 191.75º 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 #62D5F1 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB98213241-
CMYK0.590.1200.05
HSL191.75º83.63%66.47%-
HSV(B)191.75º59.34%94.51%-
XYZ44.7156.5491.78-
YUV181.81161.468.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 17.75%
GREEN value IS 213 (83.59% from 255) = 38.59%
BLUE value IS 241 (94.53% from 255) = 43.66%
R=17.75%
G=38.59%
B=43.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal982132410.590.1200.05191.7583.6366.47
Hex62D5F13BC05c05442
Octal142325361731405300124102
Binary11000101101010111110001111011110001011100000010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62D5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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