Html Css Color HEX #63DBDA Turquoise Blue

📋 copy color: '#63DBDA'

red 99 ◦ green 219 ◦ blue 218

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

Shades of Turquoise Blue #63DBDA

Tints of Turquoise Blue #63DBDA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.86%

 BLUE value IS 218 (85.55% from 255) = 40.67%

R = 18.47%
G = 40.86%
B = 40.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#63DBDA (or 0x63DBDA) is known color: Turquoise Blue. HEX triplet: 63, DB and DA. RGB value is (99,219,218). Sum of RGB (Red+Green+Blue) = 99+219+218=536 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.47% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #63DBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DBDA is #9C2425. Grayscale: #B6B6B6. Windows color (decimal): -10232870 or 14343011. OLE color: 14343011.

HSL color Cylindrical-coordinate representation of color #63DBDA: hue angle of 179.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63DBDA is Cyan = 0.55, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 219 218 -
CMYK 0.55 0 0.00 0.14
HSL 179.5º 0.63% 0.62% -
HSV(B) 179.5º 0.55% 0.86% -
XYZ 43.13 58.38 75.32 -
YUV 183.01 147.74 68.08 -
System Red Green Blue C M Y K H S L
Decimal 99 219 218 0.55 0 0.00 0.14 179.5 0.63 0.62
Hex 63 DB DA 37 0 0 E B4 3E 3E
Octal 143 333 332 67 0 0 16 264 76 76
Binary 1100011 11011011 11011010 110111 0 0 1110 10110100 111110 111110

Color Harmonies of #63DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DBDA

Black with #63DBDA

Text Example


Text Example

White with #63DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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