Html Css Color HEX #63CED8 Turquoise Blue

📋 copy color: '#63CED8'

red 99 ◦ green 206 ◦ blue 216

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

Shades of Turquoise Blue #63CED8

Tints of Turquoise Blue #63CED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.46%

R = 19%
G = 39.54%
B = 41.46%

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

#63CED8 (or 0x63CED8) is known color: Turquoise Blue. HEX triplet: 63, CE and D8. RGB value is (99,206,216). Sum of RGB (Red+Green+Blue) = 99+206+216=521 (69% of max value = 765). Red value is 99 (39.06% from 255 or 19.00% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #63CED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CED8 is #9C3127. Grayscale: #AEAEAE. Windows color (decimal): -10236200 or 14208611. OLE color: 14208611.

HSL color Cylindrical-coordinate representation of color #63CED8: hue angle of 185.13º degrees, saturation: 0.6, 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 #63CED8 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 99 206 216 -
CMYK 0.54 0.05 0 0.15
HSL 185.13º 0.6% 0.62% -
HSV(B) 185.13º 0.54% 0.85% -
XYZ 39.61 51.75 72.87 -
YUV 175.15 151.05 73.69 -
System Red Green Blue C M Y K H S L
Decimal 99 206 216 0.54 0.05 0 0.15 185.13 0.6 0.62
Hex 63 CE D8 36 5 0 F B9 3C 3E
Octal 143 316 330 66 5 0 17 271 74 76
Binary 1100011 11001110 11011000 110110 101 0 1111 10111001 111100 111110

Color Harmonies of #63CED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CED8

Black with #63CED8

Text Example


Text Example

White with #63CED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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