Html Css Color HEX #62D0DF Turquoise Blue

📋 copy color: '#62D0DF'

red 98 ◦ green 208 ◦ blue 223

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

Shades of Turquoise Blue #62D0DF

Tints of Turquoise Blue #62D0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.16%

R = 18.53%
G = 39.32%
B = 42.16%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#62D0DF (or 0x62D0DF) is known color: Turquoise Blue. HEX triplet: 62, D0 and DF. RGB value is (98,208,223). Sum of RGB (Red+Green+Blue) = 98+208+223=529 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.53% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #62D0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D0DF is #9D2F20. Grayscale: #B0B0B0. Windows color (decimal): -10301217 or 14667874. OLE color: 14667874.

HSL color Cylindrical-coordinate representation of color #62D0DF: hue angle of 187.2º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62D0DF is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 208 223 -
CMYK 0.56 0.07 0 0.13
HSL 187.2º 0.66% 0.63% -
HSV(B) 187.2º 0.56% 0.87% -
XYZ 40.91 53.04 77.89 -
YUV 176.82 154.06 71.78 -
System Red Green Blue C M Y K H S L
Decimal 98 208 223 0.56 0.07 0 0.13 187.2 0.66 0.63
Hex 62 D0 DF 38 7 0 D BB 42 3F
Octal 142 320 337 70 7 0 15 273 102 77
Binary 1100010 11010000 11011111 111000 111 0 1101 10111011 1000010 111111

Color Harmonies of #62D0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62D0DF

Black with #62D0DF

Text Example


Text Example

White with #62D0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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