Html Css Color HEX #62D0EF Turquoise Blue

📋 copy color: '#62D0EF'

red 98 ◦ green 208 ◦ blue 239

#62D0EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #62D0EF

Tints of Turquoise Blue #62D0EF

RGB

 RED value IS 98 (38.67% from 255) = 17.98%

 GREEN value IS 208 (81.64% from 255) = 38.17%

 BLUE value IS 239 (93.75% from 255) = 43.85%

R = 17.98%
G = 38.17%
B = 43.85%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#62D0EF (or 0x62D0EF) is known color: Turquoise Blue. HEX triplet: 62, D0 and EF. RGB value is (98,208,239). Sum of RGB (Red+Green+Blue) = 98+208+239=545 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.98% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #62D0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62D0EF is #9D2F10. Grayscale: #B2B2B2. Windows color (decimal): -10301201 or 15716450. OLE color: 15716450.

HSL color Cylindrical-coordinate representation of color #62D0EF: hue angle of 193.19º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62D0EF is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 98 208 239 -
CMYK 0.59 0.13 0 0.06
HSL 193.19º 0.82% 0.66% -
HSV(B) 193.19º 0.59% 0.94% -
XYZ 43.17 53.94 89.8 -
YUV 178.64 162.06 70.48 -
System Red Green Blue C M Y K H S L
Decimal 98 208 239 0.59 0.13 0 0.06 193.19 0.82 0.66
Hex 62 D0 EF 3B D 0 6 C1 52 42
Octal 142 320 357 73 15 0 6 301 122 102
Binary 1100010 11010000 11101111 111011 1101 0 110 11000001 1010010 1000010

Color Harmonies of #62D0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62D0EF

Black with #62D0EF

Text Example


Text Example

White with #62D0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,208,239); }

 H1.HeaderClassName
 {
   color: #62D0EF;
 }
 .AnyTagClassName
 {
   color: #62D0EF;
 }
</style>

background-color css

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

 a { background-color: rgb(98,208,239); }

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

border-color css

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

 span { border-color: rgb(98,208,239); }

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