Html Css Color HEX #62D7EA Turquoise Blue

📋 copy color: '#62D7EA'

red 98 ◦ green 215 ◦ blue 234

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

Shades of Turquoise Blue #62D7EA

Tints of Turquoise Blue #62D7EA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.31%

 BLUE value IS 234 (91.8% from 255) = 42.78%

R = 17.92%
G = 39.31%
B = 42.78%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#62D7EA (or 0x62D7EA) is known color: Turquoise Blue. HEX triplet: 62, D7 and EA. RGB value is (98,215,234). Sum of RGB (Red+Green+Blue) = 98+215+234=547 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.92% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #62D7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62D7EA is #9D2815. Grayscale: #B5B5B5. Windows color (decimal): -10299414 or 15390562. OLE color: 15390562.

HSL color Cylindrical-coordinate representation of color #62D7EA: hue angle of 188.38º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62D7EA is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 98 215 234 -
CMYK 0.58 0.08 0 0.08
HSL 188.38º 0.76% 0.65% -
HSV(B) 188.38º 0.58% 0.92% -
XYZ 44.19 57.14 86.54 -
YUV 182.18 157.24 67.96 -
System Red Green Blue C M Y K H S L
Decimal 98 215 234 0.58 0.08 0 0.08 188.38 0.76 0.65
Hex 62 D7 EA 3A 8 0 8 BC 4C 41
Octal 142 327 352 72 10 0 10 274 114 101
Binary 1100010 11010111 11101010 111010 1000 0 1000 10111100 1001100 1000001

Color Harmonies of #62D7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62D7EA

Black with #62D7EA

Text Example


Text Example

White with #62D7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,215,234); }

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

background-color css

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

 a { background-color: rgb(98,215,234); }

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

border-color css

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

 span { border-color: rgb(98,215,234); }

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