Html Css Color HEX #63CEEC Turquoise Blue

📋 copy color: '#63CEEC'

red 99 ◦ green 206 ◦ blue 236

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

Shades of Turquoise Blue #63CEEC

Tints of Turquoise Blue #63CEEC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.08%

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

R = 18.3%
G = 38.08%
B = 43.62%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#63CEEC (or 0x63CEEC) is known color: Turquoise Blue. HEX triplet: 63, CE and EC. RGB value is (99,206,236). Sum of RGB (Red+Green+Blue) = 99+206+236=541 (71% of max value = 765). Red value is 99 (39.06% from 255 or 18.30% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #63CEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63CEEC is #9C3113. Grayscale: #B1B1B1. Windows color (decimal): -10236180 or 15519331. OLE color: 15519331.

HSL color Cylindrical-coordinate representation of color #63CEEC: hue angle of 193.14º 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 #63CEEC is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 206 236 -
CMYK 0.58 0.13 0 0.07
HSL 193.14º 0.78% 0.66% -
HSV(B) 193.14º 0.58% 0.93% -
XYZ 42.36 52.85 87.33 -
YUV 177.43 161.05 72.06 -
System Red Green Blue C M Y K H S L
Decimal 99 206 236 0.58 0.13 0 0.07 193.14 0.78 0.66
Hex 63 CE EC 3A D 0 7 C1 4E 42
Octal 143 316 354 72 15 0 7 301 116 102
Binary 1100011 11001110 11101100 111010 1101 0 111 11000001 1001110 1000010

Color Harmonies of #63CEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CEEC

Black with #63CEEC

Text Example


Text Example

White with #63CEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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