Html Css Color HEX #62ECF2 Turquoise Blue

📋 copy color: '#62ECF2'

red 98 ◦ green 236 ◦ blue 242

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

Shades of Turquoise Blue #62ECF2

Tints of Turquoise Blue #62ECF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.01%

R = 17.01%
G = 40.97%
B = 42.01%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#62ECF2 (or 0x62ECF2) is known color: Turquoise Blue. HEX triplet: 62, EC and F2. RGB value is (98,236,242). Sum of RGB (Red+Green+Blue) = 98+236+242=576 (76% of max value = 765). Red value is 98 (38.67% from 255 or 17.01% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 242 - color contains mainly: blue. Hex color #62ECF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #62ECF2 is #9D130D. Grayscale: #C3C3C3. Windows color (decimal): -10294030 or 15920226. OLE color: 15920226.

HSL color Cylindrical-coordinate representation of color #62ECF2: hue angle of 182.5º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62ECF2 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 98 236 242 -
CMYK 0.60 0.02 0 0.05
HSL 182.5º 0.85% 0.67% -
HSV(B) 182.5º 0.6% 0.95% -
XYZ 51.06 69 94.63 -
YUV 195.42 154.28 58.51 -
System Red Green Blue C M Y K H S L
Decimal 98 236 242 0.60 0.02 0 0.05 182.5 0.85 0.67
Hex 62 EC F2 3C 2 0 5 B6 55 43
Octal 142 354 362 74 2 0 5 266 125 103
Binary 1100010 11101100 11110010 111100 10 0 101 10110110 1010101 1000011

Color Harmonies of #62ECF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62ECF2

Black with #62ECF2

Text Example


Text Example

White with #62ECF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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