Html Css Color HEX #63DFDB Turquoise Blue

📋 copy color: '#63DFDB'

red 99 ◦ green 223 ◦ blue 219

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

Shades of Turquoise Blue #63DFDB

Tints of Turquoise Blue #63DFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 18.3%
G = 41.22%
B = 40.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#63DFDB (or 0x63DFDB) is known color: Turquoise Blue. HEX triplet: 63, DF and DB. RGB value is (99,223,219). Sum of RGB (Red+Green+Blue) = 99+223+219=541 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.30% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #63DFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DFDB is #9C2024. Grayscale: #B9B9B9. Windows color (decimal): -10231845 or 14409571. OLE color: 14409571.

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

Color convert

RGB 99 223 219 -
CMYK 0.56 0 0.02 0.13
HSL 178.06º 0.66% 0.63% -
HSV(B) 178.06º 0.56% 0.87% -
XYZ 44.32 60.54 76.37 -
YUV 185.47 146.92 66.33 -
System Red Green Blue C M Y K H S L
Decimal 99 223 219 0.56 0 0.02 0.13 178.06 0.66 0.63
Hex 63 DF DB 38 0 2 D B2 42 3F
Octal 143 337 333 70 0 2 15 262 102 77
Binary 1100011 11011111 11011011 111000 0 10 1101 10110010 1000010 111111

Color Harmonies of #63DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DFDB

Black with #63DFDB

Text Example


Text Example

White with #63DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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