Html Css Color HEX #63DCEA Turquoise Blue

📋 copy color: '#63DCEA'

red 99 ◦ green 220 ◦ blue 234

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

Shades of Turquoise Blue #63DCEA

Tints of Turquoise Blue #63DCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.78%

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

R = 17.9%
G = 39.78%
B = 42.31%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#63DCEA (or 0x63DCEA) is known color: Turquoise Blue. HEX triplet: 63, DC and EA. RGB value is (99,220,234). Sum of RGB (Red+Green+Blue) = 99+220+234=553 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.90% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #63DCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DCEA is #9C2315. Grayscale: #B9B9B9. Windows color (decimal): -10232598 or 15391843. OLE color: 15391843.

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

Color convert

RGB 99 220 234 -
CMYK 0.58 0.06 0 0.08
HSL 186.22º 0.76% 0.65% -
HSV(B) 186.22º 0.58% 0.92% -
XYZ 45.59 59.78 86.98 -
YUV 185.42 155.41 66.36 -
System Red Green Blue C M Y K H S L
Decimal 99 220 234 0.58 0.06 0 0.08 186.22 0.76 0.65
Hex 63 DC EA 3A 6 0 8 BA 4C 41
Octal 143 334 352 72 6 0 10 272 114 101
Binary 1100011 11011100 11101010 111010 110 0 1000 10111010 1001100 1000001

Color Harmonies of #63DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DCEA

Black with #63DCEA

Text Example


Text Example

White with #63DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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