Html Css Color HEX #63DFDF Turquoise Blue

📋 copy color: '#63DFDF'

red 99 ◦ green 223 ◦ blue 223

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

Shades of Turquoise Blue #63DFDF

Tints of Turquoise Blue #63DFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.92%

R = 18.17%
G = 40.92%
B = 40.92%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#63DFDF (or 0x63DFDF) is known color: Turquoise Blue. HEX triplet: 63, DF and DF. RGB value is (99,223,223). Sum of RGB (Red+Green+Blue) = 99+223+223=545 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.17% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #63DFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DFDF is #9C2020. Grayscale: #B9B9B9. Windows color (decimal): -10231841 or 14671715. OLE color: 14671715.

HSL color Cylindrical-coordinate representation of color #63DFDF: hue angle of 180º 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 #63DFDF is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 223 223 -
CMYK 0.56 0 0 0.13
HSL 180º 0.66% 0.63% -
HSV(B) 180º 0.56% 0.87% -
XYZ 44.85 60.76 79.18 -
YUV 185.92 148.92 66 -
System Red Green Blue C M Y K H S L
Decimal 99 223 223 0.56 0 0 0.13 180 0.66 0.63
Hex 63 DF DF 38 0 0 D B4 42 3F
Octal 143 337 337 70 0 0 15 264 102 77
Binary 1100011 11011111 11011111 111000 0 0 1101 10110100 1000010 111111

Color Harmonies of #63DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DFDF

Black with #63DFDF

Text Example


Text Example

White with #63DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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