Html Css Color HEX #63DFDD Turquoise Blue

📋 copy color: '#63DFDD'

red 99 ◦ green 223 ◦ blue 221

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

Shades of Turquoise Blue #63DFDD

Tints of Turquoise Blue #63DFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.07%

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

R = 18.23%
G = 41.07%
B = 40.7%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#63DFDD (or 0x63DFDD) is known color: Turquoise Blue. HEX triplet: 63, DF and DD. RGB value is (99,223,221). Sum of RGB (Red+Green+Blue) = 99+223+221=543 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.23% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #63DFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DFDD is #9C2022. Grayscale: #B9B9B9. Windows color (decimal): -10231843 or 14540643. OLE color: 14540643.

HSL color Cylindrical-coordinate representation of color #63DFDD: hue angle of 179.03º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63DFDD is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 223 221 -
CMYK 0.56 0 0.01 0.13
HSL 179.03º 0.66% 0.63% -
HSV(B) 179.03º 0.56% 0.87% -
XYZ 44.58 60.65 77.76 -
YUV 185.7 147.92 66.16 -
System Red Green Blue C M Y K H S L
Decimal 99 223 221 0.56 0 0.01 0.13 179.03 0.66 0.63
Hex 63 DF DD 38 0 1 D B3 42 3F
Octal 143 337 335 70 0 1 15 263 102 77
Binary 1100011 11011111 11011101 111000 0 1 1101 10110011 1000010 111111

Color Harmonies of #63DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DFDD

Black with #63DFDD

Text Example


Text Example

White with #63DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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