Html Css Color HEX #63D8DA Turquoise Blue

📋 copy color: '#63D8DA'

red 99 ◦ green 216 ◦ blue 218

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

Shades of Turquoise Blue #63D8DA

Tints of Turquoise Blue #63D8DA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.53%

 BLUE value IS 218 (85.55% from 255) = 40.9%

R = 18.57%
G = 40.53%
B = 40.9%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#63D8DA (or 0x63D8DA) is known color: Turquoise Blue. HEX triplet: 63, D8 and DA. RGB value is (99,216,218). Sum of RGB (Red+Green+Blue) = 99+216+218=533 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.57% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #63D8DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63D8DA is #9C2725. Grayscale: #B5B5B5. Windows color (decimal): -10233638 or 14342243. OLE color: 14342243.

HSL color Cylindrical-coordinate representation of color #63D8DA: hue angle of 181.01º degrees, saturation: 0.62, 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 #63D8DA is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 99 216 218 -
CMYK 0.55 0.01 0 0.15
HSL 181.01º 0.62% 0.62% -
HSV(B) 181.01º 0.55% 0.85% -
XYZ 42.36 56.83 75.07 -
YUV 181.25 148.74 69.34 -
System Red Green Blue C M Y K H S L
Decimal 99 216 218 0.55 0.01 0 0.15 181.01 0.62 0.62
Hex 63 D8 DA 37 1 0 F B5 3E 3E
Octal 143 330 332 67 1 0 17 265 76 76
Binary 1100011 11011000 11011010 110111 1 0 1111 10110101 111110 111110

Color Harmonies of #63D8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63D8DA

Black with #63D8DA

Text Example


Text Example

White with #63D8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,216,218); }

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

background-color css

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

 a { background-color: rgb(99,216,218); }

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

border-color css

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

 span { border-color: rgb(99,216,218); }

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