Html Css Color HEX #63DCEC Turquoise Blue

📋 copy color: '#63DCEC'

red 99 ◦ green 220 ◦ blue 236

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

Shades of Turquoise Blue #63DCEC

Tints of Turquoise Blue #63DCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.64%

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

R = 17.84%
G = 39.64%
B = 42.52%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#63DCEC (or 0x63DCEC) is known color: Turquoise Blue. HEX triplet: 63, DC and EC. RGB value is (99,220,236). Sum of RGB (Red+Green+Blue) = 99+220+236=555 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.84% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #63DCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DCEC is #9C2313. Grayscale: #B9B9B9. Windows color (decimal): -10232596 or 15522915. OLE color: 15522915.

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

Color convert

RGB 99 220 236 -
CMYK 0.58 0.07 0 0.07
HSL 187.01º 0.78% 0.66% -
HSV(B) 187.01º 0.58% 0.93% -
XYZ 45.88 59.9 88.5 -
YUV 185.65 156.41 66.2 -
System Red Green Blue C M Y K H S L
Decimal 99 220 236 0.58 0.07 0 0.07 187.01 0.78 0.66
Hex 63 DC EC 3A 7 0 7 BB 4E 42
Octal 143 334 354 72 7 0 7 273 116 102
Binary 1100011 11011100 11101100 111010 111 0 111 10111011 1001110 1000010

Color Harmonies of #63DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DCEC

Black with #63DCEC

Text Example


Text Example

White with #63DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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