Html Css Color HEX #62CED8 Turquoise Blue

📋 copy color: '#62CED8'

red 98 ◦ green 206 ◦ blue 216

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

Shades of Turquoise Blue #62CED8

Tints of Turquoise Blue #62CED8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.62%

 BLUE value IS 216 (84.77% from 255) = 41.54%

R = 18.85%
G = 39.62%
B = 41.54%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#62CED8 (or 0x62CED8) is known color: Turquoise Blue. HEX triplet: 62, CE and D8. RGB value is (98,206,216). Sum of RGB (Red+Green+Blue) = 98+206+216=520 (68% of max value = 765). Red value is 98 (38.67% from 255 or 18.85% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #62CED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CED8 is #9D3127. Grayscale: #AEAEAE. Windows color (decimal): -10301736 or 14208610. OLE color: 14208610.

HSL color Cylindrical-coordinate representation of color #62CED8: hue angle of 185.08º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62CED8 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 206 216 -
CMYK 0.55 0.05 0 0.15
HSL 185.08º 0.6% 0.62% -
HSV(B) 185.08º 0.55% 0.85% -
XYZ 39.5 51.7 72.86 -
YUV 174.85 151.22 73.19 -
System Red Green Blue C M Y K H S L
Decimal 98 206 216 0.55 0.05 0 0.15 185.08 0.6 0.62
Hex 62 CE D8 37 5 0 F B9 3C 3E
Octal 142 316 330 67 5 0 17 271 74 76
Binary 1100010 11001110 11011000 110111 101 0 1111 10111001 111100 111110

Color Harmonies of #62CED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62CED8

Black with #62CED8

Text Example


Text Example

White with #62CED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,206,216); }

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

background-color css

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

 a { background-color: rgb(98,206,216); }

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

border-color css

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

 span { border-color: rgb(98,206,216); }

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