Html Css Color HEX #63DFDA Turquoise Blue

📋 copy color: '#63DFDA'

red 99 ◦ green 223 ◦ blue 218

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

Shades of Turquoise Blue #63DFDA

Tints of Turquoise Blue #63DFDA

RGB

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

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

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

R = 18.33%
G = 41.3%
B = 40.37%

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

#63DFDA (or 0x63DFDA) is known color: Turquoise Blue. HEX triplet: 63, DF and DA. RGB value is (99,223,218). Sum of RGB (Red+Green+Blue) = 99+223+218=540 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.33% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #63DFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63DFDA is #9C2025. Grayscale: #B9B9B9. Windows color (decimal): -10231846 or 14344035. OLE color: 14344035.

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

Color convert

RGB 99 223 218 -
CMYK 0.56 0 0.02 0.13
HSL 177.58º 0.66% 0.63% -
HSV(B) 177.58º 0.56% 0.87% -
XYZ 44.19 60.49 75.68 -
YUV 185.35 146.42 66.41 -
System Red Green Blue C M Y K H S L
Decimal 99 223 218 0.56 0 0.02 0.13 177.58 0.66 0.63
Hex 63 DF DA 38 0 2 D B2 42 3F
Octal 143 337 332 70 0 2 15 262 102 77
Binary 1100011 11011111 11011010 111000 0 10 1101 10110010 1000010 111111

Color Harmonies of #63DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DFDA

Black with #63DFDA

Text Example


Text Example

White with #63DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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