Html Css Color HEX #63DAEC Turquoise Blue

📋 copy color: '#63DAEC'

red 99 ◦ green 218 ◦ blue 236

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

Shades of Turquoise Blue #63DAEC

Tints of Turquoise Blue #63DAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.42%

 BLUE value IS 236 (92.58% from 255) = 42.68%

R = 17.9%
G = 39.42%
B = 42.68%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#63DAEC (or 0x63DAEC) is known color: Turquoise Blue. HEX triplet: 63, DA and EC. RGB value is (99,218,236). Sum of RGB (Red+Green+Blue) = 99+218+236=553 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.90% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #63DAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DAEC is #9C2513. Grayscale: #B8B8B8. Windows color (decimal): -10233108 or 15522403. OLE color: 15522403.

HSL color Cylindrical-coordinate representation of color #63DAEC: hue angle of 187.88º degrees, saturation: 0.78, 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 #63DAEC is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 218 236 -
CMYK 0.58 0.08 0 0.07
HSL 187.88º 0.78% 0.66% -
HSV(B) 187.88º 0.58% 0.93% -
XYZ 45.36 58.85 88.33 -
YUV 184.47 157.08 67.04 -
System Red Green Blue C M Y K H S L
Decimal 99 218 236 0.58 0.08 0 0.07 187.88 0.78 0.66
Hex 63 DA EC 3A 8 0 7 BC 4E 42
Octal 143 332 354 72 10 0 7 274 116 102
Binary 1100011 11011010 11101100 111010 1000 0 111 10111100 1001110 1000010

Color Harmonies of #63DAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DAEC

Black with #63DAEC

Text Example


Text Example

White with #63DAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,218,236); }

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

background-color css

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

 a { background-color: rgb(99,218,236); }

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

border-color css

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

 span { border-color: rgb(99,218,236); }

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