Html Css Color HEX #63CDDD Turquoise Blue

📋 copy color: '#63CDDD'

red 99 ◦ green 205 ◦ blue 221

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

Shades of Turquoise Blue #63CDDD

Tints of Turquoise Blue #63CDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.05%

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 18.86%
G = 39.05%
B = 42.1%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#63CDDD (or 0x63CDDD) is known color: Turquoise Blue. HEX triplet: 63, CD and DD. RGB value is (99,205,221). Sum of RGB (Red+Green+Blue) = 99+205+221=525 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.86% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #63CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CDDD is #9C3222. Grayscale: #AEAEAE. Windows color (decimal): -10236451 or 14536035. OLE color: 14536035.

HSL color Cylindrical-coordinate representation of color #63CDDD: hue angle of 187.87º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63CDDD is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 205 221 -
CMYK 0.55 0.07 0 0.13
HSL 187.87º 0.64% 0.63% -
HSV(B) 187.87º 0.55% 0.87% -
XYZ 40.03 51.54 76.24 -
YUV 175.13 153.88 73.7 -
System Red Green Blue C M Y K H S L
Decimal 99 205 221 0.55 0.07 0 0.13 187.87 0.64 0.63
Hex 63 CD DD 37 7 0 D BC 40 3F
Octal 143 315 335 67 7 0 15 274 100 77
Binary 1100011 11001101 11011101 110111 111 0 1101 10111100 1000000 111111

Color Harmonies of #63CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CDDD

Black with #63CDDD

Text Example


Text Example

White with #63CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,205,221); }

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

background-color css

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

 a { background-color: rgb(99,205,221); }

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

border-color css

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

 span { border-color: rgb(99,205,221); }

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