Html Css Color HEX #63DCDE Turquoise Blue

📋 copy color: '#63DCDE'

red 99 ◦ green 220 ◦ blue 222

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

Shades of Turquoise Blue #63DCDE

Tints of Turquoise Blue #63DCDE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.67%

 BLUE value IS 222 (87.11% from 255) = 41.04%

R = 18.3%
G = 40.67%
B = 41.04%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#63DCDE (or 0x63DCDE) is known color: Turquoise Blue. HEX triplet: 63, DC and DE. RGB value is (99,220,222). Sum of RGB (Red+Green+Blue) = 99+220+222=541 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.30% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #63DCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DCDE is #9C2321. Grayscale: #B7B7B7. Windows color (decimal): -10232610 or 14605411. OLE color: 14605411.

HSL color Cylindrical-coordinate representation of color #63DCDE: hue angle of 180.98º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DCDE is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 220 222 -
CMYK 0.55 0.01 0 0.13
HSL 180.98º 0.65% 0.63% -
HSV(B) 180.98º 0.55% 0.87% -
XYZ 43.92 59.11 78.2 -
YUV 184.05 149.41 67.34 -
System Red Green Blue C M Y K H S L
Decimal 99 220 222 0.55 0.01 0 0.13 180.98 0.65 0.63
Hex 63 DC DE 37 1 0 D B5 41 3F
Octal 143 334 336 67 1 0 15 265 101 77
Binary 1100011 11011100 11011110 110111 1 0 1101 10110101 1000001 111111

Color Harmonies of #63DCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DCDE

Black with #63DCDE

Text Example


Text Example

White with #63DCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,220,222); }

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

background-color css

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

 a { background-color: rgb(99,220,222); }

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

border-color css

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

 span { border-color: rgb(99,220,222); }

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