Html Css Color HEX #63DEEA Turquoise Blue

📋 copy color: '#63DEEA'

red 99 ◦ green 222 ◦ blue 234

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

Shades of Turquoise Blue #63DEEA

Tints of Turquoise Blue #63DEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.16%

R = 17.84%
G = 40%
B = 42.16%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#63DEEA (or 0x63DEEA) is known color: Turquoise Blue. HEX triplet: 63, DE and EA. RGB value is (99,222,234). Sum of RGB (Red+Green+Blue) = 99+222+234=555 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.84% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #63DEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DEEA is #9C2115. Grayscale: #BABABA. Windows color (decimal): -10232086 or 15392355. OLE color: 15392355.

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

Color convert

RGB 99 222 234 -
CMYK 0.58 0.05 0 0.08
HSL 185.33º 0.76% 0.65% -
HSV(B) 185.33º 0.58% 0.92% -
XYZ 46.12 60.84 87.15 -
YUV 186.59 154.75 65.52 -
System Red Green Blue C M Y K H S L
Decimal 99 222 234 0.58 0.05 0 0.08 185.33 0.76 0.65
Hex 63 DE EA 3A 5 0 8 B9 4C 41
Octal 143 336 352 72 5 0 10 271 114 101
Binary 1100011 11011110 11101010 111010 101 0 1000 10111001 1001100 1000001

Color Harmonies of #63DEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DEEA

Black with #63DEEA

Text Example


Text Example

White with #63DEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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