Html Css Color HEX #62C8CC Medium Turquoise

📋 copy color: '#62C8CC'

red 98 ◦ green 200 ◦ blue 204

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

Shades of Medium Turquoise #62C8CC

Tints of Medium Turquoise #62C8CC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.84%

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 19.52%
G = 39.84%
B = 40.64%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#62C8CC (or 0x62C8CC) is known color: Medium Turquoise. HEX triplet: 62, C8 and CC. RGB value is (98,200,204). Sum of RGB (Red+Green+Blue) = 98+200+204=502 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.52% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #62C8CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C8CC is #9D3733. Grayscale: #A9A9A9. Windows color (decimal): -10303284 or 13420642. OLE color: 13420642.

HSL color Cylindrical-coordinate representation of color #62C8CC: hue angle of 182.26º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62C8CC is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 200 204 -
CMYK 0.52 0.02 0 0.2
HSL 182.26º 0.51% 0.59% -
HSV(B) 182.26º 0.52% 0.8% -
XYZ 36.59 48.26 64.51 -
YUV 169.96 147.21 76.67 -
System Red Green Blue C M Y K H S L
Decimal 98 200 204 0.52 0.02 0 0.2 182.26 0.51 0.59
Hex 62 C8 CC 34 2 0 14 B6 33 3B
Octal 142 310 314 64 2 0 24 266 63 73
Binary 1100010 11001000 11001100 110100 10 0 10100 10110110 110011 111011

Color Harmonies of #62C8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62C8CC

Black with #62C8CC

Text Example


Text Example

White with #62C8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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