Html Css Color HEX #63CFEF Turquoise Blue

📋 copy color: '#63CFEF'

red 99 ◦ green 207 ◦ blue 239

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

Shades of Turquoise Blue #63CFEF

Tints of Turquoise Blue #63CFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.85%

R = 18.17%
G = 37.98%
B = 43.85%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#63CFEF (or 0x63CFEF) is known color: Turquoise Blue. HEX triplet: 63, CF and EF. RGB value is (99,207,239). Sum of RGB (Red+Green+Blue) = 99+207+239=545 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.17% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #63CFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CFEF is #9C3010. Grayscale: #B2B2B2. Windows color (decimal): -10235921 or 15716195. OLE color: 15716195.

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

Color convert

RGB 99 207 239 -
CMYK 0.59 0.13 0 0.06
HSL 193.71º 0.81% 0.66% -
HSV(B) 193.71º 0.59% 0.94% -
XYZ 43.04 53.51 89.72 -
YUV 178.36 162.22 71.4 -
System Red Green Blue C M Y K H S L
Decimal 99 207 239 0.59 0.13 0 0.06 193.71 0.81 0.66
Hex 63 CF EF 3B D 0 6 C2 51 42
Octal 143 317 357 73 15 0 6 302 121 102
Binary 1100011 11001111 11101111 111011 1101 0 110 11000010 1010001 1000010

Color Harmonies of #63CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CFEF

Black with #63CFEF

Text Example


Text Example

White with #63CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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