Html Css Color HEX #63DCEB Turquoise Blue

📋 copy color: '#63DCEB'

red 99 ◦ green 220 ◦ blue 235

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

Shades of Turquoise Blue #63DCEB

Tints of Turquoise Blue #63DCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.42%

R = 17.87%
G = 39.71%
B = 42.42%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#63DCEB (or 0x63DCEB) is known color: Turquoise Blue. HEX triplet: 63, DC and EB. RGB value is (99,220,235). Sum of RGB (Red+Green+Blue) = 99+220+235=554 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.87% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #63DCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DCEB is #9C2314. Grayscale: #B9B9B9. Windows color (decimal): -10232597 or 15457379. OLE color: 15457379.

HSL color Cylindrical-coordinate representation of color #63DCEB: hue angle of 186.62º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63DCEB is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 99 220 235 -
CMYK 0.58 0.06 0 0.08
HSL 186.62º 0.77% 0.65% -
HSV(B) 186.62º 0.58% 0.92% -
XYZ 45.73 59.84 87.74 -
YUV 185.53 155.91 66.28 -
System Red Green Blue C M Y K H S L
Decimal 99 220 235 0.58 0.06 0 0.08 186.62 0.77 0.65
Hex 63 DC EB 3A 6 0 8 BB 4D 41
Octal 143 334 353 72 6 0 10 273 115 101
Binary 1100011 11011100 11101011 111010 110 0 1000 10111011 1001101 1000001

Color Harmonies of #63DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DCEB

Black with #63DCEB

Text Example


Text Example

White with #63DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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