Html Css Color HEX #63DBE5 Turquoise Blue

📋 copy color: '#63DBE5'

red 99 ◦ green 219 ◦ blue 229

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

Shades of Turquoise Blue #63DBE5

Tints of Turquoise Blue #63DBE5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.04%

 BLUE value IS 229 (89.84% from 255) = 41.86%

R = 18.1%
G = 40.04%
B = 41.86%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#63DBE5 (or 0x63DBE5) is known color: Turquoise Blue. HEX triplet: 63, DB and E5. RGB value is (99,219,229). Sum of RGB (Red+Green+Blue) = 99+219+229=547 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.10% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #63DBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DBE5 is #9C241A. Grayscale: #B8B8B8. Windows color (decimal): -10232859 or 15063907. OLE color: 15063907.

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

Color convert

RGB 99 219 229 -
CMYK 0.57 0.04 0 0.10
HSL 184.62º 0.71% 0.64% -
HSV(B) 184.62º 0.57% 0.9% -
XYZ 44.62 58.97 83.16 -
YUV 184.26 153.24 67.19 -
System Red Green Blue C M Y K H S L
Decimal 99 219 229 0.57 0.04 0 0.10 184.62 0.71 0.64
Hex 63 DB E5 39 4 0 A B9 47 40
Octal 143 333 345 71 4 0 12 271 107 100
Binary 1100011 11011011 11100101 111001 100 0 1010 10111001 1000111 1000000

Color Harmonies of #63DBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DBE5

Black with #63DBE5

Text Example


Text Example

White with #63DBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,219,229); }

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

background-color css

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

 a { background-color: rgb(99,219,229); }

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

border-color css

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

 span { border-color: rgb(99,219,229); }

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