Html Css Color HEX #63CFF0 Turquoise Blue

📋 copy color: '#63CFF0'

red 99 ◦ green 207 ◦ blue 240

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

Shades of Turquoise Blue #63CFF0

Tints of Turquoise Blue #63CFF0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.91%

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

R = 18.13%
G = 37.91%
B = 43.96%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#63CFF0 (or 0x63CFF0) is known color: Turquoise Blue. HEX triplet: 63, CF and F0. RGB value is (99,207,240). Sum of RGB (Red+Green+Blue) = 99+207+240=546 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.13% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 240 - color contains mainly: blue. Hex color #63CFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CFF0 is #9C300F. Grayscale: #B2B2B2. Windows color (decimal): -10235920 or 15781731. OLE color: 15781731.

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

Color convert

RGB 99 207 240 -
CMYK 0.59 0.14 0 0.06
HSL 194.04º 0.82% 0.66% -
HSV(B) 194.04º 0.59% 0.94% -
XYZ 43.19 53.57 90.5 -
YUV 178.47 162.72 71.32 -
System Red Green Blue C M Y K H S L
Decimal 99 207 240 0.59 0.14 0 0.06 194.04 0.82 0.66
Hex 63 CF F0 3B E 0 6 C2 52 42
Octal 143 317 360 73 16 0 6 302 122 102
Binary 1100011 11001111 11110000 111011 1110 0 110 11000010 1010010 1000010

Color Harmonies of #63CFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CFF0

Black with #63CFF0

Text Example


Text Example

White with #63CFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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