#62CDEE

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

Shades of Turquoise Blue #62CDEE

Tints of Turquoise Blue #62CDEE

Color information

#62CDEE (or 0x62CDEE) is unknown color: approx Turquoise Blue. HEX triplet: 62, CD and EE. RGB value is (98,205,238). Sum of RGB (Red+Green+Blue) = 98+205+238=541 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.11% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #62CDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62CDEE is #9D3211. Grayscale: #B0B0B0. Windows color (decimal): -10301970 or 15650146. OLE color: 15650146.

HSL color Cylindrical-coordinate representation of color #62CDEE: hue angle of 194.14º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62CDEE is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB98205238-
CMYK0.590.1400.07
HSL194.14º80.46%65.88%-
HSV(B)194.14º58.82%93.33%-
XYZ42.352.4388.78-
YUV176.77162.5571.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 18.11%
GREEN value IS 205 (80.47% from 255) = 37.89%
BLUE value IS 238 (93.36% from 255) = 43.99%
R=18.11%
G=37.89%
B=43.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal982052380.590.1400.07194.1480.4665.88
Hex62CDEE3BE07c25042
Octal142315356731607302120102
Binary11000101100110111101110111011111001111100001010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,205,238); }

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

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

 a { background-color: rgb(98,205,238); }

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

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

 span { border-color: rgb(98,205,238); }

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