Html Css Color HEX #63CCDB Turquoise Blue

📋 copy color: '#63CCDB'

red 99 ◦ green 204 ◦ blue 219

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

Shades of Turquoise Blue #63CCDB

Tints of Turquoise Blue #63CCDB

RGB

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

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

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

R = 18.97%
G = 39.08%
B = 41.95%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#63CCDB (or 0x63CCDB) is known color: Turquoise Blue. HEX triplet: 63, CC and DB. RGB value is (99,204,219). Sum of RGB (Red+Green+Blue) = 99+204+219=522 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.97% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #63CCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CCDB is #9C3324. Grayscale: #AEAEAE. Windows color (decimal): -10236709 or 14404707. OLE color: 14404707.

HSL color Cylindrical-coordinate representation of color #63CCDB: hue angle of 187.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 #63CCDB is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 204 219 -
CMYK 0.55 0.07 0 0.14
HSL 187.5º 0.63% 0.62% -
HSV(B) 187.5º 0.55% 0.86% -
XYZ 39.52 50.95 74.77 -
YUV 174.32 153.21 74.28 -
System Red Green Blue C M Y K H S L
Decimal 99 204 219 0.55 0.07 0 0.14 187.5 0.63 0.62
Hex 63 CC DB 37 7 0 E BC 3E 3E
Octal 143 314 333 67 7 0 16 274 76 76
Binary 1100011 11001100 11011011 110111 111 0 1110 10111100 111110 111110

Color Harmonies of #63CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CCDB

Black with #63CCDB

Text Example


Text Example

White with #63CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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