Html Css Color HEX #63CED9 Turquoise Blue

📋 copy color: '#63CED9'

red 99 ◦ green 206 ◦ blue 217

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

Shades of Turquoise Blue #63CED9

Tints of Turquoise Blue #63CED9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.46%

 BLUE value IS 217 (85.16% from 255) = 41.57%

R = 18.97%
G = 39.46%
B = 41.57%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#63CED9 (or 0x63CED9) is known color: Turquoise Blue. HEX triplet: 63, CE and D9. RGB value is (99,206,217). Sum of RGB (Red+Green+Blue) = 99+206+217=522 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.97% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 217 - color contains mainly: blue. Hex color #63CED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CED9 is #9C3126. Grayscale: #AFAFAF. Windows color (decimal): -10236199 or 14274147. OLE color: 14274147.

HSL color Cylindrical-coordinate representation of color #63CED9: hue angle of 185.59º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63CED9 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 99 206 217 -
CMYK 0.54 0.05 0 0.15
HSL 185.59º 0.61% 0.62% -
HSV(B) 185.59º 0.54% 0.85% -
XYZ 39.74 51.81 73.55 -
YUV 175.26 151.55 73.61 -
System Red Green Blue C M Y K H S L
Decimal 99 206 217 0.54 0.05 0 0.15 185.59 0.61 0.62
Hex 63 CE D9 36 5 0 F BA 3D 3E
Octal 143 316 331 66 5 0 17 272 75 76
Binary 1100011 11001110 11011001 110110 101 0 1111 10111010 111101 111110

Color Harmonies of #63CED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CED9

Black with #63CED9

Text Example


Text Example

White with #63CED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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