Html Css Color HEX #62CDD9 Turquoise Blue

📋 copy color: '#62CDD9'

red 98 ◦ green 205 ◦ blue 217

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

Shades of Turquoise Blue #62CDD9

Tints of Turquoise Blue #62CDD9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.42%

 BLUE value IS 217 (85.16% from 255) = 41.73%

R = 18.85%
G = 39.42%
B = 41.73%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#62CDD9 (or 0x62CDD9) is known color: Turquoise Blue. HEX triplet: 62, CD and D9. RGB value is (98,205,217). Sum of RGB (Red+Green+Blue) = 98+205+217=520 (68% of max value = 765). Red value is 98 (38.67% from 255 or 18.85% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #62CDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CDD9 is #9D3226. Grayscale: #AEAEAE. Windows color (decimal): -10301991 or 14273890. OLE color: 14273890.

HSL color Cylindrical-coordinate representation of color #62CDD9: hue angle of 186.05º degrees, saturation: 0.61, 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 #62CDD9 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 205 217 -
CMYK 0.55 0.06 0 0.15
HSL 186.05º 0.61% 0.62% -
HSV(B) 186.05º 0.55% 0.85% -
XYZ 39.39 51.27 73.47 -
YUV 174.38 152.05 73.52 -
System Red Green Blue C M Y K H S L
Decimal 98 205 217 0.55 0.06 0 0.15 186.05 0.61 0.62
Hex 62 CD D9 37 6 0 F BA 3D 3E
Octal 142 315 331 67 6 0 17 272 75 76
Binary 1100010 11001101 11011001 110111 110 0 1111 10111010 111101 111110

Color Harmonies of #62CDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62CDD9

Black with #62CDD9

Text Example


Text Example

White with #62CDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,205,217); }

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

background-color css

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

 a { background-color: rgb(98,205,217); }

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

border-color css

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

 span { border-color: rgb(98,205,217); }

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