Html Css Color HEX #62EBED Turquoise Blue

📋 copy color: '#62EBED'

red 98 ◦ green 235 ◦ blue 237

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

Shades of Turquoise Blue #62EBED

Tints of Turquoise Blue #62EBED

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.23%

 BLUE value IS 237 (92.97% from 255) = 41.58%

R = 17.19%
G = 41.23%
B = 41.58%

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#62EBED (or 0x62EBED) is known color: Turquoise Blue. HEX triplet: 62, EB and ED. RGB value is (98,235,237). Sum of RGB (Red+Green+Blue) = 98+235+237=570 (75% of max value = 765). Red value is 98 (38.67% from 255 or 17.19% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #62EBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #62EBED is #9D1412. Grayscale: #C2C2C2. Windows color (decimal): -10294291 or 15592290. OLE color: 15592290.

HSL color Cylindrical-coordinate representation of color #62EBED: hue angle of 180.86º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62EBED is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 98 235 237 -
CMYK 0.59 0.01 0 0.07
HSL 180.86º 0.79% 0.66% -
HSV(B) 180.86º 0.59% 0.93% -
XYZ 50.03 68.13 90.63 -
YUV 194.27 152.11 59.34 -
System Red Green Blue C M Y K H S L
Decimal 98 235 237 0.59 0.01 0 0.07 180.86 0.79 0.66
Hex 62 EB ED 3B 1 0 7 B5 4F 42
Octal 142 353 355 73 1 0 7 265 117 102
Binary 1100010 11101011 11101101 111011 1 0 111 10110101 1001111 1000010

Color Harmonies of #62EBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62EBED

Black with #62EBED

Text Example


Text Example

White with #62EBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,235,237); }

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

background-color css

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

 a { background-color: rgb(98,235,237); }

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

border-color css

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

 span { border-color: rgb(98,235,237); }

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