Html Css Color HEX #63EDF0 Turquoise Blue

📋 copy color: '#63EDF0'

red 99 ◦ green 237 ◦ blue 240

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

Shades of Turquoise Blue #63EDF0

Tints of Turquoise Blue #63EDF0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.15%

 BLUE value IS 240 (94.14% from 255) = 41.67%

R = 17.19%
G = 41.15%
B = 41.67%

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#63EDF0 (or 0x63EDF0) is known color: Turquoise Blue. HEX triplet: 63, ED and F0. RGB value is (99,237,240). Sum of RGB (Red+Green+Blue) = 99+237+240=576 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.19% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #63EDF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EDF0 is #9C120F. Grayscale: #C3C3C3. Windows color (decimal): -10228240 or 15789411. OLE color: 15789411.

HSL color Cylindrical-coordinate representation of color #63EDF0: hue angle of 181.28º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63EDF0 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 99 237 240 -
CMYK 0.59 0.01 0 0.06
HSL 181.28º 0.82% 0.66% -
HSV(B) 181.28º 0.59% 0.94% -
XYZ 51.16 69.51 93.16 -
YUV 196.08 152.78 58.76 -
System Red Green Blue C M Y K H S L
Decimal 99 237 240 0.59 0.01 0 0.06 181.28 0.82 0.66
Hex 63 ED F0 3B 1 0 6 B5 52 42
Octal 143 355 360 73 1 0 6 265 122 102
Binary 1100011 11101101 11110000 111011 1 0 110 10110101 1010010 1000010

Color Harmonies of #63EDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63EDF0

Black with #63EDF0

Text Example


Text Example

White with #63EDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,237,240); }

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

background-color css

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

 a { background-color: rgb(99,237,240); }

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

border-color css

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

 span { border-color: rgb(99,237,240); }

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