Html Css Color HEX #63E2F1 Turquoise Blue

📋 copy color: '#63E2F1'

red 99 ◦ green 226 ◦ blue 241

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

Shades of Turquoise Blue #63E2F1

Tints of Turquoise Blue #63E2F1

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.93%

 BLUE value IS 241 (94.53% from 255) = 42.58%

R = 17.49%
G = 39.93%
B = 42.58%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#63E2F1 (or 0x63E2F1) is known color: Turquoise Blue. HEX triplet: 63, E2 and F1. RGB value is (99,226,241). Sum of RGB (Red+Green+Blue) = 99+226+241=566 (74% of max value = 765). Red value is 99 (39.06% from 255 or 17.49% from 566); Green value is 226 (88.67% from 255 or 39.93% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #63E2F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63E2F1 is #9C1D0E. Grayscale: #BDBDBD. Windows color (decimal): -10231055 or 15852131. OLE color: 15852131.

HSL color Cylindrical-coordinate representation of color #63E2F1: hue angle of 186.34º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63E2F1 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 99 226 241 -
CMYK 0.59 0.06 0 0.05
HSL 186.34º 0.84% 0.67% -
HSV(B) 186.34º 0.59% 0.95% -
XYZ 48.22 63.4 92.91 -
YUV 189.74 156.92 63.28 -
System Red Green Blue C M Y K H S L
Decimal 99 226 241 0.59 0.06 0 0.05 186.34 0.84 0.67
Hex 63 E2 F1 3B 6 0 5 BA 54 43
Octal 143 342 361 73 6 0 5 272 124 103
Binary 1100011 11100010 11110001 111011 110 0 101 10111010 1010100 1000011

Color Harmonies of #63E2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63E2F1

Black with #63E2F1

Text Example


Text Example

White with #63E2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,226,241); }

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

background-color css

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

 a { background-color: rgb(99,226,241); }

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

border-color css

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

 span { border-color: rgb(99,226,241); }

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