Html Css Color HEX #63CAE2 Turquoise Blue

📋 copy color: '#63CAE2'

red 99 ◦ green 202 ◦ blue 226

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

Shades of Turquoise Blue #63CAE2

Tints of Turquoise Blue #63CAE2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.33%

 BLUE value IS 226 (88.67% from 255) = 42.88%

R = 18.79%
G = 38.33%
B = 42.88%

CMYK

 C value IS 0.56

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#63CAE2 (or 0x63CAE2) is known color: Turquoise Blue. HEX triplet: 63, CA and E2. RGB value is (99,202,226). Sum of RGB (Red+Green+Blue) = 99+202+226=527 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.79% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 226 (88.67% from 255 or 42.88% from 527); Max value from RGB is 226 - color contains mainly: blue. Hex color #63CAE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CAE2 is #9C351D. Grayscale: #ADADAD. Windows color (decimal): -10237214 or 14862947. OLE color: 14862947.

HSL color Cylindrical-coordinate representation of color #63CAE2: hue angle of 191.34º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63CAE2 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 99 202 226 -
CMYK 0.56 0.11 0 0.11
HSL 191.34º 0.69% 0.64% -
HSV(B) 191.34º 0.56% 0.89% -
XYZ 39.99 50.38 79.57 -
YUV 173.94 157.38 74.55 -
System Red Green Blue C M Y K H S L
Decimal 99 202 226 0.56 0.11 0 0.11 191.34 0.69 0.64
Hex 63 CA E2 38 B 0 B BF 45 40
Octal 143 312 342 70 13 0 13 277 105 100
Binary 1100011 11001010 11100010 111000 1011 0 1011 10111111 1000101 1000000

Color Harmonies of #63CAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CAE2

Black with #63CAE2

Text Example


Text Example

White with #63CAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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