Html Css Color HEX #63CCF0 Turquoise Blue

📋 copy color: '#63CCF0'

red 99 ◦ green 204 ◦ blue 240

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

Shades of Turquoise Blue #63CCF0

Tints of Turquoise Blue #63CCF0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.57%

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

R = 18.23%
G = 37.57%
B = 44.2%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#63CCF0 (or 0x63CCF0) is known color: Turquoise Blue. HEX triplet: 63, CC and F0. RGB value is (99,204,240). Sum of RGB (Red+Green+Blue) = 99+204+240=543 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.23% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #63CCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CCF0 is #9C330F. Grayscale: #B0B0B0. Windows color (decimal): -10236688 or 15780963. OLE color: 15780963.

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

Color convert

RGB 99 204 240 -
CMYK 0.59 0.15 0 0.06
HSL 195.32º 0.82% 0.66% -
HSV(B) 195.32º 0.59% 0.94% -
XYZ 42.47 52.13 90.26 -
YUV 176.71 163.71 72.57 -
System Red Green Blue C M Y K H S L
Decimal 99 204 240 0.59 0.15 0 0.06 195.32 0.82 0.66
Hex 63 CC F0 3B F 0 6 C3 52 42
Octal 143 314 360 73 17 0 6 303 122 102
Binary 1100011 11001100 11110000 111011 1111 0 110 11000011 1010010 1000010

Color Harmonies of #63CCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CCF0

Black with #63CCF0

Text Example


Text Example

White with #63CCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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