Html Css Color HEX #63D2EB Turquoise Blue

📋 copy color: '#63D2EB'

red 99 ◦ green 210 ◦ blue 235

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

Shades of Turquoise Blue #63D2EB

Tints of Turquoise Blue #63D2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.6%

 BLUE value IS 235 (92.19% from 255) = 43.2%

R = 18.2%
G = 38.6%
B = 43.2%

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

#63D2EB (or 0x63D2EB) is known color: Turquoise Blue. HEX triplet: 63, D2 and EB. RGB value is (99,210,235). Sum of RGB (Red+Green+Blue) = 99+210+235=544 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.20% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #63D2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63D2EB is #9C2D14. Grayscale: #B3B3B3. Windows color (decimal): -10235157 or 15454819. OLE color: 15454819.

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

Color convert

RGB 99 210 235 -
CMYK 0.58 0.11 0 0.08
HSL 191.03º 0.77% 0.65% -
HSV(B) 191.03º 0.58% 0.92% -
XYZ 43.19 54.74 86.89 -
YUV 179.66 159.23 70.47 -
System Red Green Blue C M Y K H S L
Decimal 99 210 235 0.58 0.11 0 0.08 191.03 0.77 0.65
Hex 63 D2 EB 3A B 0 8 BF 4D 41
Octal 143 322 353 72 13 0 10 277 115 101
Binary 1100011 11010010 11101011 111010 1011 0 1000 10111111 1001101 1000001

Color Harmonies of #63D2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63D2EB

Black with #63D2EB

Text Example


Text Example

White with #63D2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,210,235); }

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

background-color css

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

 a { background-color: rgb(99,210,235); }

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

border-color css

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

 span { border-color: rgb(99,210,235); }

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