Html Css Color HEX #63D9EE Turquoise Blue

📋 copy color: '#63D9EE'

red 99 ◦ green 217 ◦ blue 238

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

Shades of Turquoise Blue #63D9EE

Tints of Turquoise Blue #63D9EE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.17%

 BLUE value IS 238 (93.36% from 255) = 42.96%

R = 17.87%
G = 39.17%
B = 42.96%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#63D9EE (or 0x63D9EE) is known color: Turquoise Blue. HEX triplet: 63, D9 and EE. RGB value is (99,217,238). Sum of RGB (Red+Green+Blue) = 99+217+238=554 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.87% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #63D9EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63D9EE is #9C2611. Grayscale: #B7B7B7. Windows color (decimal): -10233362 or 15653219. OLE color: 15653219.

HSL color Cylindrical-coordinate representation of color #63D9EE: hue angle of 189.06º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63D9EE is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 217 238 -
CMYK 0.58 0.09 0 0.07
HSL 189.06º 0.8% 0.66% -
HSV(B) 189.06º 0.58% 0.93% -
XYZ 45.39 58.45 89.78 -
YUV 184.11 158.41 67.29 -
System Red Green Blue C M Y K H S L
Decimal 99 217 238 0.58 0.09 0 0.07 189.06 0.8 0.66
Hex 63 D9 EE 3A 9 0 7 BD 50 42
Octal 143 331 356 72 11 0 7 275 120 102
Binary 1100011 11011001 11101110 111010 1001 0 111 10111101 1010000 1000010

Color Harmonies of #63D9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63D9EE

Black with #63D9EE

Text Example


Text Example

White with #63D9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,217,238); }

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

background-color css

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

 a { background-color: rgb(99,217,238); }

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

border-color css

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

 span { border-color: rgb(99,217,238); }

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