Html Css Color HEX #63CCDF Turquoise Blue

📋 copy color: '#63CCDF'

red 99 ◦ green 204 ◦ blue 223

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

Shades of Turquoise Blue #63CCDF

Tints of Turquoise Blue #63CCDF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.78%

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

R = 18.82%
G = 38.78%
B = 42.4%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#63CCDF (or 0x63CCDF) is known color: Turquoise Blue. HEX triplet: 63, CC and DF. RGB value is (99,204,223). Sum of RGB (Red+Green+Blue) = 99+204+223=526 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.82% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #63CCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CCDF is #9C3320. Grayscale: #AEAEAE. Windows color (decimal): -10236705 or 14666851. OLE color: 14666851.

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

Color convert

RGB 99 204 223 -
CMYK 0.56 0.09 0 0.13
HSL 189.19º 0.66% 0.63% -
HSV(B) 189.19º 0.56% 0.87% -
XYZ 40.06 51.17 77.58 -
YUV 174.77 155.21 73.96 -
System Red Green Blue C M Y K H S L
Decimal 99 204 223 0.56 0.09 0 0.13 189.19 0.66 0.63
Hex 63 CC DF 38 9 0 D BD 42 3F
Octal 143 314 337 70 11 0 15 275 102 77
Binary 1100011 11001100 11011111 111000 1001 0 1101 10111101 1000010 111111

Color Harmonies of #63CCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CCDF

Black with #63CCDF

Text Example


Text Example

White with #63CCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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