Html Css Color HEX #63CAD2 Turquoise Blue

📋 copy color: '#63CAD2'

red 99 ◦ green 202 ◦ blue 210

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

Shades of Turquoise Blue #63CAD2

Tints of Turquoise Blue #63CAD2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.53%

 BLUE value IS 210 (82.42% from 255) = 41.1%

R = 19.37%
G = 39.53%
B = 41.1%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#63CAD2 (or 0x63CAD2) is known color: Turquoise Blue. HEX triplet: 63, CA and D2. RGB value is (99,202,210). Sum of RGB (Red+Green+Blue) = 99+202+210=511 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.37% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 210 - color contains mainly: blue. Hex color #63CAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CAD2 is #9C352D. Grayscale: #ABABAB. Windows color (decimal): -10237230 or 13814371. OLE color: 13814371.

HSL color Cylindrical-coordinate representation of color #63CAD2: hue angle of 184.32º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63CAD2 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 99 202 210 -
CMYK 0.53 0.04 0 0.18
HSL 184.32º 0.55% 0.61% -
HSV(B) 184.32º 0.53% 0.82% -
XYZ 37.9 49.55 68.54 -
YUV 172.12 149.38 75.85 -
System Red Green Blue C M Y K H S L
Decimal 99 202 210 0.53 0.04 0 0.18 184.32 0.55 0.61
Hex 63 CA D2 35 4 0 12 B8 37 3D
Octal 143 312 322 65 4 0 22 270 67 75
Binary 1100011 11001010 11010010 110101 100 0 10010 10111000 110111 111101

Color Harmonies of #63CAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CAD2

Black with #63CAD2

Text Example


Text Example

White with #63CAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,202,210); }

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

background-color css

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

 a { background-color: rgb(99,202,210); }

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

border-color css

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

 span { border-color: rgb(99,202,210); }

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