Html Css Color HEX #63CFEC Turquoise Blue

📋 copy color: '#63CFEC'

red 99 ◦ green 207 ◦ blue 236

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

Shades of Turquoise Blue #63CFEC

Tints of Turquoise Blue #63CFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.54%

R = 18.27%
G = 38.19%
B = 43.54%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#63CFEC (or 0x63CFEC) is known color: Turquoise Blue. HEX triplet: 63, CF and EC. RGB value is (99,207,236). Sum of RGB (Red+Green+Blue) = 99+207+236=542 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.27% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #63CFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CFEC is #9C3013. Grayscale: #B1B1B1. Windows color (decimal): -10235924 or 15519587. OLE color: 15519587.

HSL color Cylindrical-coordinate representation of color #63CFEC: hue angle of 192.7º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63CFEC is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 207 236 -
CMYK 0.58 0.12 0 0.07
HSL 192.7º 0.78% 0.66% -
HSV(B) 192.7º 0.58% 0.93% -
XYZ 42.6 53.33 87.41 -
YUV 178.01 160.72 71.64 -
System Red Green Blue C M Y K H S L
Decimal 99 207 236 0.58 0.12 0 0.07 192.7 0.78 0.66
Hex 63 CF EC 3A C 0 7 C1 4E 42
Octal 143 317 354 72 14 0 7 301 116 102
Binary 1100011 11001111 11101100 111010 1100 0 111 11000001 1001110 1000010

Color Harmonies of #63CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CFEC

Black with #63CFEC

Text Example


Text Example

White with #63CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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