Html Css Color HEX #63DBEF Turquoise Blue

📋 copy color: '#63DBEF'

red 99 ◦ green 219 ◦ blue 239

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

Shades of Turquoise Blue #63DBEF

Tints of Turquoise Blue #63DBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.91%

R = 17.77%
G = 39.32%
B = 42.91%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#63DBEF (or 0x63DBEF) is known color: Turquoise Blue. HEX triplet: 63, DB and EF. RGB value is (99,219,239). Sum of RGB (Red+Green+Blue) = 99+219+239=557 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.77% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #63DBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DBEF is #9C2410. Grayscale: #B9B9B9. Windows color (decimal): -10232849 or 15719267. OLE color: 15719267.

HSL color Cylindrical-coordinate representation of color #63DBEF: hue angle of 188.57º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63DBEF is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 99 219 239 -
CMYK 0.59 0.08 0 0.06
HSL 188.57º 0.81% 0.66% -
HSV(B) 188.57º 0.59% 0.94% -
XYZ 46.06 59.55 90.73 -
YUV 185.4 158.24 66.37 -
System Red Green Blue C M Y K H S L
Decimal 99 219 239 0.59 0.08 0 0.06 188.57 0.81 0.66
Hex 63 DB EF 3B 8 0 6 BD 51 42
Octal 143 333 357 73 10 0 6 275 121 102
Binary 1100011 11011011 11101111 111011 1000 0 110 10111101 1010001 1000010

Color Harmonies of #63DBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DBEF

Black with #63DBEF

Text Example


Text Example

White with #63DBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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