Html Css Color HEX #63CEDD Turquoise Blue

📋 copy color: '#63CEDD'

red 99 ◦ green 206 ◦ blue 221

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

Shades of Turquoise Blue #63CEDD

Tints of Turquoise Blue #63CEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.16%

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

R = 18.82%
G = 39.16%
B = 42.02%

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

#63CEDD (or 0x63CEDD) is known color: Turquoise Blue. HEX triplet: 63, CE and DD. RGB value is (99,206,221). Sum of RGB (Red+Green+Blue) = 99+206+221=526 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.82% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #63CEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CEDD is #9C3122. Grayscale: #AFAFAF. Windows color (decimal): -10236195 or 14536291. OLE color: 14536291.

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

Color convert

RGB 99 206 221 -
CMYK 0.55 0.07 0 0.13
HSL 187.38º 0.64% 0.63% -
HSV(B) 187.38º 0.55% 0.87% -
XYZ 40.27 52.02 76.32 -
YUV 175.72 153.55 73.28 -
System Red Green Blue C M Y K H S L
Decimal 99 206 221 0.55 0.07 0 0.13 187.38 0.64 0.63
Hex 63 CE DD 37 7 0 D BB 40 3F
Octal 143 316 335 67 7 0 15 273 100 77
Binary 1100011 11001110 11011101 110111 111 0 1101 10111011 1000000 111111

Color Harmonies of #63CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CEDD

Black with #63CEDD

Text Example


Text Example

White with #63CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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