Html Css Color HEX #63DEEF Turquoise Blue

📋 copy color: '#63DEEF'

red 99 ◦ green 222 ◦ blue 239

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

Shades of Turquoise Blue #63DEEF

Tints of Turquoise Blue #63DEEF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.64%

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

R = 17.68%
G = 39.64%
B = 42.68%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#63DEEF (or 0x63DEEF) is known color: Turquoise Blue. HEX triplet: 63, DE and EF. RGB value is (99,222,239). Sum of RGB (Red+Green+Blue) = 99+222+239=560 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.68% from 560); Green value is 222 (87.11% from 255 or 39.64% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #63DEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DEEF is #9C2110. Grayscale: #BABABA. Windows color (decimal): -10232081 or 15720035. OLE color: 15720035.

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

Color convert

RGB 99 222 239 -
CMYK 0.59 0.07 0 0.06
HSL 187.29º 0.81% 0.66% -
HSV(B) 187.29º 0.59% 0.94% -
XYZ 46.85 61.13 90.99 -
YUV 187.16 157.25 65.12 -
System Red Green Blue C M Y K H S L
Decimal 99 222 239 0.59 0.07 0 0.06 187.29 0.81 0.66
Hex 63 DE EF 3B 7 0 6 BB 51 42
Octal 143 336 357 73 7 0 6 273 121 102
Binary 1100011 11011110 11101111 111011 111 0 110 10111011 1010001 1000010

Color Harmonies of #63DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DEEF

Black with #63DEEF

Text Example


Text Example

White with #63DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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