Html Css Color HEX #63EAF0 Turquoise Blue

📋 copy color: '#63EAF0'

red 99 ◦ green 234 ◦ blue 240

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

Shades of Turquoise Blue #63EAF0

Tints of Turquoise Blue #63EAF0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.84%

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

R = 17.28%
G = 40.84%
B = 41.88%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#63EAF0 (or 0x63EAF0) is known color: Turquoise Blue. HEX triplet: 63, EA and F0. RGB value is (99,234,240). Sum of RGB (Red+Green+Blue) = 99+234+240=573 (75% of max value = 765). Red value is 99 (39.06% from 255 or 17.28% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #63EAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EAF0 is #9C150F. Grayscale: #C2C2C2. Windows color (decimal): -10229008 or 15788643. OLE color: 15788643.

HSL color Cylindrical-coordinate representation of color #63EAF0: hue angle of 182.55º 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 #63EAF0 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 99 234 240 -
CMYK 0.59 0.02 0 0.06
HSL 182.55º 0.82% 0.66% -
HSV(B) 182.55º 0.59% 0.94% -
XYZ 50.3 67.79 92.87 -
YUV 194.32 153.77 60.01 -
System Red Green Blue C M Y K H S L
Decimal 99 234 240 0.59 0.02 0 0.06 182.55 0.82 0.66
Hex 63 EA F0 3B 2 0 6 B7 52 42
Octal 143 352 360 73 2 0 6 267 122 102
Binary 1100011 11101010 11110000 111011 10 0 110 10110111 1010010 1000010

Color Harmonies of #63EAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63EAF0

Black with #63EAF0

Text Example


Text Example

White with #63EAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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