Html Css Color HEX #63CFDD Turquoise Blue

📋 copy color: '#63CFDD'

red 99 ◦ green 207 ◦ blue 221

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

Shades of Turquoise Blue #63CFDD

Tints of Turquoise Blue #63CFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.28%

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

R = 18.79%
G = 39.28%
B = 41.94%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#63CFDD (or 0x63CFDD) is known color: Turquoise Blue. HEX triplet: 63, CF and DD. RGB value is (99,207,221). Sum of RGB (Red+Green+Blue) = 99+207+221=527 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.79% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #63CFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CFDD is #9C3022. Grayscale: #B0B0B0. Windows color (decimal): -10235939 or 14536547. OLE color: 14536547.

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

Color convert

RGB 99 207 221 -
CMYK 0.55 0.06 0 0.13
HSL 186.89º 0.64% 0.63% -
HSV(B) 186.89º 0.55% 0.87% -
XYZ 40.51 52.5 76.4 -
YUV 176.3 153.22 72.86 -
System Red Green Blue C M Y K H S L
Decimal 99 207 221 0.55 0.06 0 0.13 186.89 0.64 0.63
Hex 63 CF DD 37 6 0 D BB 40 3F
Octal 143 317 335 67 6 0 15 273 100 77
Binary 1100011 11001111 11011101 110111 110 0 1101 10111011 1000000 111111

Color Harmonies of #63CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CFDD

Black with #63CFDD

Text Example


Text Example

White with #63CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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