Html Css Color HEX #63DBF6 Turquoise Blue

📋 copy color: '#63DBF6'

red 99 ◦ green 219 ◦ blue 246

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

Shades of Turquoise Blue #63DBF6

Tints of Turquoise Blue #63DBF6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.83%

 BLUE value IS 246 (96.48% from 255) = 43.62%

R = 17.55%
G = 38.83%
B = 43.62%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#63DBF6 (or 0x63DBF6) is known color: Turquoise Blue. HEX triplet: 63, DB and F6. RGB value is (99,219,246). Sum of RGB (Red+Green+Blue) = 99+219+246=564 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.55% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #63DBF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DBF6 is #9C2409. Grayscale: #B9B9B9. Windows color (decimal): -10232842 or 16178019. OLE color: 16178019.

HSL color Cylindrical-coordinate representation of color #63DBF6: hue angle of 191.02º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63DBF6 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 99 219 246 -
CMYK 0.60 0.11 0 0.04
HSL 191.02º 0.89% 0.68% -
HSV(B) 191.02º 0.6% 0.96% -
XYZ 47.11 59.97 96.28 -
YUV 186.2 161.74 65.8 -
System Red Green Blue C M Y K H S L
Decimal 99 219 246 0.60 0.11 0 0.04 191.02 0.89 0.68
Hex 63 DB F6 3C B 0 4 BF 59 44
Octal 143 333 366 74 13 0 4 277 131 104
Binary 1100011 11011011 11110110 111100 1011 0 100 10111111 1011001 1000100

Color Harmonies of #63DBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DBF6

Black with #63DBF6

Text Example


Text Example

White with #63DBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,219,246); }

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

background-color css

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

 a { background-color: rgb(99,219,246); }

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

border-color css

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

 span { border-color: rgb(99,219,246); }

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