Html Css Color HEX #62CCE5 Turquoise Blue

📋 copy color: '#62CCE5'

red 98 ◦ green 204 ◦ blue 229

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

Shades of Turquoise Blue #62CCE5

Tints of Turquoise Blue #62CCE5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.42%

 BLUE value IS 229 (89.84% from 255) = 43.13%

R = 18.46%
G = 38.42%
B = 43.13%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#62CCE5 (or 0x62CCE5) is known color: Turquoise Blue. HEX triplet: 62, CC and E5. RGB value is (98,204,229). Sum of RGB (Red+Green+Blue) = 98+204+229=531 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.46% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #62CCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CCE5 is #9D331A. Grayscale: #AEAEAE. Windows color (decimal): -10302235 or 15060066. OLE color: 15060066.

HSL color Cylindrical-coordinate representation of color #62CCE5: hue angle of 191.45º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62CCE5 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 98 204 229 -
CMYK 0.57 0.11 0 0.10
HSL 191.45º 0.72% 0.64% -
HSV(B) 191.45º 0.57% 0.9% -
XYZ 40.77 51.44 81.91 -
YUV 175.16 158.38 72.97 -
System Red Green Blue C M Y K H S L
Decimal 98 204 229 0.57 0.11 0 0.10 191.45 0.72 0.64
Hex 62 CC E5 39 B 0 A BF 48 40
Octal 142 314 345 71 13 0 12 277 110 100
Binary 1100010 11001100 11100101 111001 1011 0 1010 10111111 1001000 1000000

Color Harmonies of #62CCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62CCE5

Black with #62CCE5

Text Example


Text Example

White with #62CCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,204,229); }

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

background-color css

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

 a { background-color: rgb(98,204,229); }

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

border-color css

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

 span { border-color: rgb(98,204,229); }

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