Html Css Color HEX #62D8FD Turquoise Blue

📋 copy color: '#62D8FD'

red 98 ◦ green 216 ◦ blue 253

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

Shades of Turquoise Blue #62D8FD

Tints of Turquoise Blue #62D8FD

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.1%

 BLUE value IS 253 (99.22% from 255) = 44.62%

R = 17.28%
G = 38.1%
B = 44.62%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#62D8FD (or 0x62D8FD) is known color: Turquoise Blue. HEX triplet: 62, D8 and FD. RGB value is (98,216,253). Sum of RGB (Red+Green+Blue) = 98+216+253=567 (75% of max value = 765). Red value is 98 (38.67% from 255 or 17.28% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #62D8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62D8FD is #9D2702. Grayscale: #B8B8B8. Windows color (decimal): -10299139 or 16636002. OLE color: 16636002.

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

Color convert

RGB 98 216 253 -
CMYK 0.61 0.15 0 0.01
HSL 194.32º 0.97% 0.69% -
HSV(B) 194.32º 0.61% 0.99% -
XYZ 47.32 58.8 101.78 -
YUV 184.94 166.41 65.99 -
System Red Green Blue C M Y K H S L
Decimal 98 216 253 0.61 0.15 0 0.01 194.32 0.97 0.69
Hex 62 D8 FD 3D F 0 1 C2 61 45
Octal 142 330 375 75 17 0 1 302 141 105
Binary 1100010 11011000 11111101 111101 1111 0 1 11000010 1100001 1000101

Color Harmonies of #62D8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62D8FD

Black with #62D8FD

Text Example


Text Example

White with #62D8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,216,253); }

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

background-color css

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

 a { background-color: rgb(98,216,253); }

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

border-color css

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

 span { border-color: rgb(98,216,253); }

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