Html Css Color HEX #62DAFF Turquoise Blue

📋 copy color: '#62DAFF'

red 98 ◦ green 218 ◦ blue 255

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

Shades of Turquoise Blue #62DAFF

Tints of Turquoise Blue #62DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.18%

 BLUE value IS 255 (100% from 255) = 44.66%

R = 17.16%
G = 38.18%
B = 44.66%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#62DAFF (or 0x62DAFF) is known color: Turquoise Blue. HEX triplet: 62, DA and FF. RGB value is (98,218,255). Sum of RGB (Red+Green+Blue) = 98+218+255=571 (75% of max value = 765). Red value is 98 (38.67% from 255 or 17.16% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #62DAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DAFF is #9D2500. Grayscale: #BABABA. Windows color (decimal): -10298625 or 16767586. OLE color: 16767586.

HSL color Cylindrical-coordinate representation of color #62DAFF: hue angle of 194.14º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62DAFF is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 98 218 255 -
CMYK 0.62 0.15 0 0
HSL 194.14º 1% 0.69% -
HSV(B) 194.14º 0.62% 1% -
XYZ 48.16 59.96 103.64 -
YUV 186.34 166.74 64.99 -
System Red Green Blue C M Y K H S L
Decimal 98 218 255 0.62 0.15 0 0 194.14 1 0.69
Hex 62 DA FF 3E F 0 0 C2 64 45
Octal 142 332 377 76 17 0 0 302 144 105
Binary 1100010 11011010 11111111 111110 1111 0 0 11000010 1100100 1000101

Color Harmonies of #62DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62DAFF

Black with #62DAFF

Text Example


Text Example

White with #62DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,218,255); }

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

background-color css

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

 a { background-color: rgb(98,218,255); }

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

border-color css

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

 span { border-color: rgb(98,218,255); }

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