Html Css Color HEX #63CEDB Turquoise Blue

📋 copy color: '#63CEDB'

red 99 ◦ green 206 ◦ blue 219

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

Shades of Turquoise Blue #63CEDB

Tints of Turquoise Blue #63CEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.79%

R = 18.89%
G = 39.31%
B = 41.79%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#63CEDB (or 0x63CEDB) is known color: Turquoise Blue. HEX triplet: 63, CE and DB. RGB value is (99,206,219). Sum of RGB (Red+Green+Blue) = 99+206+219=524 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.89% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #63CEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CEDB is #9C3124. Grayscale: #AFAFAF. Windows color (decimal): -10236197 or 14405219. OLE color: 14405219.

HSL color Cylindrical-coordinate representation of color #63CEDB: hue angle of 186.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63CEDB is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 206 219 -
CMYK 0.55 0.06 0 0.14
HSL 186.5º 0.63% 0.62% -
HSV(B) 186.5º 0.55% 0.86% -
XYZ 40 51.91 74.93 -
YUV 175.49 152.55 73.44 -
System Red Green Blue C M Y K H S L
Decimal 99 206 219 0.55 0.06 0 0.14 186.5 0.63 0.62
Hex 63 CE DB 37 6 0 E BA 3E 3E
Octal 143 316 333 67 6 0 16 272 76 76
Binary 1100011 11001110 11011011 110111 110 0 1110 10111010 111110 111110

Color Harmonies of #63CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CEDB

Black with #63CEDB

Text Example


Text Example

White with #63CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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