Html Css Color HEX #63ECF5 Turquoise Blue

📋 copy color: '#63ECF5'

red 99 ◦ green 236 ◦ blue 245

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

Shades of Turquoise Blue #63ECF5

Tints of Turquoise Blue #63ECF5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.69%

 BLUE value IS 245 (96.09% from 255) = 42.24%

R = 17.07%
G = 40.69%
B = 42.24%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#63ECF5 (or 0x63ECF5) is known color: Turquoise Blue. HEX triplet: 63, EC and F5. RGB value is (99,236,245). Sum of RGB (Red+Green+Blue) = 99+236+245=580 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.07% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 245 (96.09% from 255 or 42.24% from 580); Max value from RGB is 245 - color contains mainly: blue. Hex color #63ECF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63ECF5 is #9C130A. Grayscale: #C3C3C3. Windows color (decimal): -10228491 or 16116835. OLE color: 16116835.

HSL color Cylindrical-coordinate representation of color #63ECF5: hue angle of 183.7º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63ECF5 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 99 236 245 -
CMYK 0.60 0.04 0 0.04
HSL 183.7º 0.88% 0.67% -
HSV(B) 183.7º 0.6% 0.96% -
XYZ 51.62 69.24 97.03 -
YUV 196.06 155.61 58.77 -
System Red Green Blue C M Y K H S L
Decimal 99 236 245 0.60 0.04 0 0.04 183.7 0.88 0.67
Hex 63 EC F5 3C 4 0 4 B8 58 43
Octal 143 354 365 74 4 0 4 270 130 103
Binary 1100011 11101100 11110101 111100 100 0 100 10111000 1011000 1000011

Color Harmonies of #63ECF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63ECF5

Black with #63ECF5

Text Example


Text Example

White with #63ECF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,236,245); }

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

background-color css

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

 a { background-color: rgb(99,236,245); }

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

border-color css

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

 span { border-color: rgb(99,236,245); }

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