Html Css Color HEX #63CBDC Turquoise Blue

📋 copy color: '#63CBDC'

red 99 ◦ green 203 ◦ blue 220

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

Shades of Turquoise Blue #63CBDC

Tints of Turquoise Blue #63CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.89%

 BLUE value IS 220 (86.33% from 255) = 42.15%

R = 18.97%
G = 38.89%
B = 42.15%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#63CBDC (or 0x63CBDC) is known color: Turquoise Blue. HEX triplet: 63, CB and DC. RGB value is (99,203,220). Sum of RGB (Red+Green+Blue) = 99+203+220=522 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.97% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #63CBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CBDC is #9C3423. Grayscale: #ADADAD. Windows color (decimal): -10236964 or 14469987. OLE color: 14469987.

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

Color convert

RGB 99 203 220 -
CMYK 0.55 0.08 0 0.14
HSL 188.43º 0.63% 0.63% -
HSV(B) 188.43º 0.55% 0.86% -
XYZ 39.42 50.53 75.39 -
YUV 173.84 154.04 74.62 -
System Red Green Blue C M Y K H S L
Decimal 99 203 220 0.55 0.08 0 0.14 188.43 0.63 0.63
Hex 63 CB DC 37 8 0 E BC 3F 3F
Octal 143 313 334 67 10 0 16 274 77 77
Binary 1100011 11001011 11011100 110111 1000 0 1110 10111100 111111 111111

Color Harmonies of #63CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CBDC

Black with #63CBDC

Text Example


Text Example

White with #63CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,203,220); }

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

background-color css

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

 a { background-color: rgb(99,203,220); }

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

border-color css

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

 span { border-color: rgb(99,203,220); }

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