Html Css Color HEX #63DCE4 Turquoise Blue

📋 copy color: '#63DCE4'

red 99 ◦ green 220 ◦ blue 228

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

Shades of Turquoise Blue #63DCE4

Tints of Turquoise Blue #63DCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.68%

R = 18.1%
G = 40.22%
B = 41.68%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#63DCE4 (or 0x63DCE4) is known color: Turquoise Blue. HEX triplet: 63, DC and E4. RGB value is (99,220,228). Sum of RGB (Red+Green+Blue) = 99+220+228=547 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.10% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 228 (89.45% from 255 or 41.68% from 547); Max value from RGB is 228 - color contains mainly: blue. Hex color #63DCE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DCE4 is #9C231B. Grayscale: #B8B8B8. Windows color (decimal): -10232604 or 14998627. OLE color: 14998627.

HSL color Cylindrical-coordinate representation of color #63DCE4: hue angle of 183.72º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63DCE4 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 99 220 228 -
CMYK 0.57 0.04 0 0.11
HSL 183.72º 0.7% 0.64% -
HSV(B) 183.72º 0.57% 0.89% -
XYZ 44.74 59.44 82.51 -
YUV 184.73 152.41 66.85 -
System Red Green Blue C M Y K H S L
Decimal 99 220 228 0.57 0.04 0 0.11 183.72 0.7 0.64
Hex 63 DC E4 39 4 0 B B8 46 40
Octal 143 334 344 71 4 0 13 270 106 100
Binary 1100011 11011100 11100100 111001 100 0 1011 10111000 1000110 1000000

Color Harmonies of #63DCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DCE4

Black with #63DCE4

Text Example


Text Example

White with #63DCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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