Html Css Color HEX #63C9E5 Turquoise Blue

📋 copy color: '#63C9E5'

red 99 ◦ green 201 ◦ blue 229

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

Shades of Turquoise Blue #63C9E5

Tints of Turquoise Blue #63C9E5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38%

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

R = 18.71%
G = 38%
B = 43.29%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#63C9E5 (or 0x63C9E5) is known color: Turquoise Blue. HEX triplet: 63, C9 and E5. RGB value is (99,201,229). Sum of RGB (Red+Green+Blue) = 99+201+229=529 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.71% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #63C9E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C9E5 is #9C361A. Grayscale: #ADADAD. Windows color (decimal): -10237467 or 15059299. OLE color: 15059299.

HSL color Cylindrical-coordinate representation of color #63C9E5: hue angle of 192.92º 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 #63C9E5 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 99 201 229 -
CMYK 0.57 0.12 0 0.10
HSL 192.92º 0.71% 0.64% -
HSV(B) 192.92º 0.57% 0.9% -
XYZ 40.18 50.08 81.68 -
YUV 173.69 159.21 74.72 -
System Red Green Blue C M Y K H S L
Decimal 99 201 229 0.57 0.12 0 0.10 192.92 0.71 0.64
Hex 63 C9 E5 39 C 0 A C1 47 40
Octal 143 311 345 71 14 0 12 301 107 100
Binary 1100011 11001001 11100101 111001 1100 0 1010 11000001 1000111 1000000

Color Harmonies of #63C9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63C9E5

Black with #63C9E5

Text Example


Text Example

White with #63C9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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