Html Css Color HEX #63DAD2 Turquoise Blue

📋 copy color: '#63DAD2'

red 99 ◦ green 218 ◦ blue 210

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

Shades of Turquoise Blue #63DAD2

Tints of Turquoise Blue #63DAD2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.37%

 BLUE value IS 210 (82.42% from 255) = 39.85%

R = 18.79%
G = 41.37%
B = 39.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#63DAD2 (or 0x63DAD2) is known color: Turquoise Blue. HEX triplet: 63, DA and D2. RGB value is (99,218,210). Sum of RGB (Red+Green+Blue) = 99+218+210=527 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.79% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #63DAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DAD2 is #9C252D. Grayscale: #B5B5B5. Windows color (decimal): -10233134 or 13818467. OLE color: 13818467.

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

Color convert

RGB 99 218 210 -
CMYK 0.55 0 0.04 0.15
HSL 175.97º 0.62% 0.62% -
HSV(B) 175.97º 0.55% 0.85% -
XYZ 41.85 57.45 69.86 -
YUV 181.51 144.08 69.15 -
System Red Green Blue C M Y K H S L
Decimal 99 218 210 0.55 0 0.04 0.15 175.97 0.62 0.62
Hex 63 DA D2 37 0 4 F B0 3E 3E
Octal 143 332 322 67 0 4 17 260 76 76
Binary 1100011 11011010 11010010 110111 0 100 1111 10110000 111110 111110

Color Harmonies of #63DAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DAD2

Black with #63DAD2

Text Example


Text Example

White with #63DAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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