Html Css Color HEX #63D1EA Turquoise Blue

📋 copy color: '#63D1EA'

red 99 ◦ green 209 ◦ blue 234

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

Shades of Turquoise Blue #63D1EA

Tints of Turquoise Blue #63D1EA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.56%

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

R = 18.27%
G = 38.56%
B = 43.17%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#63D1EA (or 0x63D1EA) is known color: Turquoise Blue. HEX triplet: 63, D1 and EA. RGB value is (99,209,234). Sum of RGB (Red+Green+Blue) = 99+209+234=542 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.27% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #63D1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63D1EA is #9C2E15. Grayscale: #B2B2B2. Windows color (decimal): -10235414 or 15389027. OLE color: 15389027.

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

Color convert

RGB 99 209 234 -
CMYK 0.58 0.11 0 0.08
HSL 191.11º 0.76% 0.65% -
HSV(B) 191.11º 0.58% 0.92% -
XYZ 42.8 54.19 86.05 -
YUV 178.96 159.06 70.97 -
System Red Green Blue C M Y K H S L
Decimal 99 209 234 0.58 0.11 0 0.08 191.11 0.76 0.65
Hex 63 D1 EA 3A B 0 8 BF 4C 41
Octal 143 321 352 72 13 0 10 277 114 101
Binary 1100011 11010001 11101010 111010 1011 0 1000 10111111 1001100 1000001

Color Harmonies of #63D1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63D1EA

Black with #63D1EA

Text Example


Text Example

White with #63D1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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