Html Css Color HEX #63D5FD Turquoise Blue

📋 copy color: '#63D5FD'

red 99 ◦ green 213 ◦ blue 253

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

Shades of Turquoise Blue #63D5FD

Tints of Turquoise Blue #63D5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.7%

 BLUE value IS 253 (99.22% from 255) = 44.78%

R = 17.52%
G = 37.7%
B = 44.78%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#63D5FD (or 0x63D5FD) is known color: Turquoise Blue. HEX triplet: 63, D5 and FD. RGB value is (99,213,253). Sum of RGB (Red+Green+Blue) = 99+213+253=565 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.52% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #63D5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63D5FD is #9C2A02. Grayscale: #B7B7B7. Windows color (decimal): -10234371 or 16635235. OLE color: 16635235.

HSL color Cylindrical-coordinate representation of color #63D5FD: hue angle of 195.58º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63D5FD is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 99 213 253 -
CMYK 0.61 0.16 0 0.01
HSL 195.58º 0.97% 0.69% -
HSV(B) 195.58º 0.61% 0.99% -
XYZ 46.67 57.33 101.54 -
YUV 183.47 167.23 67.75 -
System Red Green Blue C M Y K H S L
Decimal 99 213 253 0.61 0.16 0 0.01 195.58 0.97 0.69
Hex 63 D5 FD 3D 10 0 1 C4 61 45
Octal 143 325 375 75 20 0 1 304 141 105
Binary 1100011 11010101 11111101 111101 10000 0 1 11000100 1100001 1000101

Color Harmonies of #63D5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63D5FD

Black with #63D5FD

Text Example


Text Example

White with #63D5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,213,253); }

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

background-color css

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

 a { background-color: rgb(99,213,253); }

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

border-color css

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

 span { border-color: rgb(99,213,253); }

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