#62CEE1

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

Shades of Turquoise Blue #62CEE1

Tints of Turquoise Blue #62CEE1

Color information

#62CEE1 (or 0x62CEE1) is unknown color: approx Turquoise Blue. HEX triplet: 62, CE and E1. RGB value is (98,206,225). Sum of RGB (Red+Green+Blue) = 98+206+225=529 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.53% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 225 - color contains mainly: blue. Hex color #62CEE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CEE1 is #9D311E. Grayscale: #AFAFAF. Windows color (decimal): -10301727 or 14798434. OLE color: 14798434.

HSL color Cylindrical-coordinate representation of color #62CEE1: hue angle of 188.98º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62CEE1 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB98206225-
CMYK0.560.0800.12
HSL188.98º67.91%63.33%-
HSV(B)188.98º56.44%88.24%-
XYZ40.752.1879.16-
YUV175.87155.7272.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 18.53%
GREEN value IS 206 (80.86% from 255) = 38.94%
BLUE value IS 225 (88.28% from 255) = 42.53%
R=18.53%
G=38.94%
B=42.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal982062250.560.0800.12188.9867.9163.33
Hex62CEE13880Cbd443f
Octal142316341701001427510477
Binary11000101100111011100001111000100001100101111011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62CEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,206,225); }

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

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

 a { background-color: rgb(98,206,225); }

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

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

 span { border-color: rgb(98,206,225); }

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