Html Css Color HEX #63E2DD Turquoise Blue

📋 copy color: '#63E2DD'

red 99 ◦ green 226 ◦ blue 221

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

Shades of Turquoise Blue #63E2DD

Tints of Turquoise Blue #63E2DD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.39%

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 18.13%
G = 41.39%
B = 40.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#63E2DD (or 0x63E2DD) is known color: Turquoise Blue. HEX triplet: 63, E2 and DD. RGB value is (99,226,221). Sum of RGB (Red+Green+Blue) = 99+226+221=546 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.13% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 226 - color contains mainly: green. Hex color #63E2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63E2DD is #9C1D22. Grayscale: #BBBBBB. Windows color (decimal): -10231075 or 14541411. OLE color: 14541411.

HSL color Cylindrical-coordinate representation of color #63E2DD: hue angle of 177.64º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63E2DD is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 99 226 221 -
CMYK 0.56 0 0.02 0.11
HSL 177.64º 0.69% 0.64% -
HSV(B) 177.64º 0.56% 0.89% -
XYZ 45.39 62.27 78.03 -
YUV 187.46 146.92 64.91 -
System Red Green Blue C M Y K H S L
Decimal 99 226 221 0.56 0 0.02 0.11 177.64 0.69 0.64
Hex 63 E2 DD 38 0 2 B B2 45 40
Octal 143 342 335 70 0 2 13 262 105 100
Binary 1100011 11100010 11011101 111000 0 10 1011 10110010 1000101 1000000

Color Harmonies of #63E2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63E2DD

Black with #63E2DD

Text Example


Text Example

White with #63E2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,226,221); }

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

background-color css

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

 a { background-color: rgb(99,226,221); }

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

border-color css

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

 span { border-color: rgb(99,226,221); }

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