Html Css Color HEX #62ECF0 Turquoise Blue

📋 copy color: '#62ECF0'

red 98 ◦ green 236 ◦ blue 240

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

Shades of Turquoise Blue #62ECF0

Tints of Turquoise Blue #62ECF0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.11%

 BLUE value IS 240 (94.14% from 255) = 41.81%

R = 17.07%
G = 41.11%
B = 41.81%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#62ECF0 (or 0x62ECF0) is known color: Turquoise Blue. HEX triplet: 62, EC and F0. RGB value is (98,236,240). Sum of RGB (Red+Green+Blue) = 98+236+240=574 (76% of max value = 765). Red value is 98 (38.67% from 255 or 17.07% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #62ECF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #62ECF0 is #9D130F. Grayscale: #C3C3C3. Windows color (decimal): -10294032 or 15789154. OLE color: 15789154.

HSL color Cylindrical-coordinate representation of color #62ECF0: hue angle of 181.69º degrees, saturation: 0.83, 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 #62ECF0 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 98 236 240 -
CMYK 0.59 0.02 0 0.06
HSL 181.69º 0.83% 0.66% -
HSV(B) 181.69º 0.59% 0.94% -
XYZ 50.76 68.88 93.06 -
YUV 195.19 153.28 58.67 -
System Red Green Blue C M Y K H S L
Decimal 98 236 240 0.59 0.02 0 0.06 181.69 0.83 0.66
Hex 62 EC F0 3B 2 0 6 B6 53 42
Octal 142 354 360 73 2 0 6 266 123 102
Binary 1100010 11101100 11110000 111011 10 0 110 10110110 1010011 1000010

Color Harmonies of #62ECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62ECF0

Black with #62ECF0

Text Example


Text Example

White with #62ECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,236,240); }

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

background-color css

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

 a { background-color: rgb(98,236,240); }

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

border-color css

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

 span { border-color: rgb(98,236,240); }

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