Html Css Color HEX #63C8D4 Turquoise Blue

📋 copy color: '#63C8D4'

red 99 ◦ green 200 ◦ blue 212

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

Shades of Turquoise Blue #63C8D4

Tints of Turquoise Blue #63C8D4

RGB

 RED value IS 99 (39.06% from 255) = 19.37%

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

 BLUE value IS 212 (83.2% from 255) = 41.49%

R = 19.37%
G = 39.14%
B = 41.49%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#63C8D4 (or 0x63C8D4) is known color: Turquoise Blue. HEX triplet: 63, C8 and D4. RGB value is (99,200,212). Sum of RGB (Red+Green+Blue) = 99+200+212=511 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.37% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 212 - color contains mainly: blue. Hex color #63C8D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C8D4 is #9C372B. Grayscale: #ABABAB. Windows color (decimal): -10237740 or 13944931. OLE color: 13944931.

HSL color Cylindrical-coordinate representation of color #63C8D4: hue angle of 186.37º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63C8D4 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 99 200 212 -
CMYK 0.53 0.06 0 0.17
HSL 186.37º 0.57% 0.61% -
HSV(B) 186.37º 0.53% 0.83% -
XYZ 37.68 48.71 69.7 -
YUV 171.17 151.04 76.52 -
System Red Green Blue C M Y K H S L
Decimal 99 200 212 0.53 0.06 0 0.17 186.37 0.57 0.61
Hex 63 C8 D4 35 6 0 11 BA 39 3D
Octal 143 310 324 65 6 0 21 272 71 75
Binary 1100011 11001000 11010100 110101 110 0 10001 10111010 111001 111101

Color Harmonies of #63C8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63C8D4

Black with #63C8D4

Text Example


Text Example

White with #63C8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63C8D4; }

 p { color: rgb(99,200,212); }

 H1.HeaderClassName
 {
   color: #63C8D4;
 }
 .AnyTagClassName
 {
   color: #63C8D4;
 }
</style>

background-color css

<style>
 a { background-color: #63C8D4; }

 a { background-color: rgb(99,200,212); }

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

border-color css

<style>
 span { border-color: #63C8D4; }

 span { border-color: rgb(99,200,212); }

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