Html Css Color HEX #63CDE1 Turquoise Blue

📋 copy color: '#63CDE1'

red 99 ◦ green 205 ◦ blue 225

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

Shades of Turquoise Blue #63CDE1

Tints of Turquoise Blue #63CDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.53%

R = 18.71%
G = 38.75%
B = 42.53%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#63CDE1 (or 0x63CDE1) is known color: Turquoise Blue. HEX triplet: 63, CD and E1. RGB value is (99,205,225). Sum of RGB (Red+Green+Blue) = 99+205+225=529 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.71% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 225 - color contains mainly: blue. Hex color #63CDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CDE1 is #9C321E. Grayscale: #AFAFAF. Windows color (decimal): -10236447 or 14798179. OLE color: 14798179.

HSL color Cylindrical-coordinate representation of color #63CDE1: hue angle of 189.52º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63CDE1 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 99 205 225 -
CMYK 0.56 0.09 0 0.12
HSL 189.52º 0.68% 0.64% -
HSV(B) 189.52º 0.56% 0.88% -
XYZ 40.57 51.75 79.09 -
YUV 175.59 155.88 73.37 -
System Red Green Blue C M Y K H S L
Decimal 99 205 225 0.56 0.09 0 0.12 189.52 0.68 0.64
Hex 63 CD E1 38 9 0 C BE 44 40
Octal 143 315 341 70 11 0 14 276 104 100
Binary 1100011 11001101 11100001 111000 1001 0 1100 10111110 1000100 1000000

Color Harmonies of #63CDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CDE1

Black with #63CDE1

Text Example


Text Example

White with #63CDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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