Html Css Color HEX #63CEDF Turquoise Blue

📋 copy color: '#63CEDF'

red 99 ◦ green 206 ◦ blue 223

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

Shades of Turquoise Blue #63CEDF

Tints of Turquoise Blue #63CEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 18.75%
G = 39.02%
B = 42.23%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#63CEDF (or 0x63CEDF) is known color: Turquoise Blue. HEX triplet: 63, CE and DF. RGB value is (99,206,223). Sum of RGB (Red+Green+Blue) = 99+206+223=528 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.75% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #63CEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CEDF is #9C3120. Grayscale: #AFAFAF. Windows color (decimal): -10236193 or 14667363. OLE color: 14667363.

HSL color Cylindrical-coordinate representation of color #63CEDF: hue angle of 188.23º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63CEDF is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 206 223 -
CMYK 0.56 0.08 0 0.13
HSL 188.23º 0.66% 0.63% -
HSV(B) 188.23º 0.56% 0.87% -
XYZ 40.54 52.12 77.74 -
YUV 175.95 154.55 73.12 -
System Red Green Blue C M Y K H S L
Decimal 99 206 223 0.56 0.08 0 0.13 188.23 0.66 0.63
Hex 63 CE DF 38 8 0 D BC 42 3F
Octal 143 316 337 70 10 0 15 274 102 77
Binary 1100011 11001110 11011111 111000 1000 0 1101 10111100 1000010 111111

Color Harmonies of #63CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CEDF

Black with #63CEDF

Text Example


Text Example

White with #63CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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