Html Css Color HEX #63DBED Turquoise Blue

📋 copy color: '#63DBED'

red 99 ◦ green 219 ◦ blue 237

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

Shades of Turquoise Blue #63DBED

Tints of Turquoise Blue #63DBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.7%

R = 17.84%
G = 39.46%
B = 42.7%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#63DBED (or 0x63DBED) is known color: Turquoise Blue. HEX triplet: 63, DB and ED. RGB value is (99,219,237). Sum of RGB (Red+Green+Blue) = 99+219+237=555 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.84% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #63DBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DBED is #9C2412. Grayscale: #B8B8B8. Windows color (decimal): -10232851 or 15588195. OLE color: 15588195.

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

Color convert

RGB 99 219 237 -
CMYK 0.58 0.08 0 0.07
HSL 187.83º 0.79% 0.66% -
HSV(B) 187.83º 0.58% 0.93% -
XYZ 45.76 59.43 89.18 -
YUV 185.17 157.24 66.54 -
System Red Green Blue C M Y K H S L
Decimal 99 219 237 0.58 0.08 0 0.07 187.83 0.79 0.66
Hex 63 DB ED 3A 8 0 7 BC 4F 42
Octal 143 333 355 72 10 0 7 274 117 102
Binary 1100011 11011011 11101101 111010 1000 0 111 10111100 1001111 1000010

Color Harmonies of #63DBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DBED

Black with #63DBED

Text Example


Text Example

White with #63DBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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