Html Css Color HEX #63CBDB Turquoise Blue

📋 copy color: '#63CBDB'

red 99 ◦ green 203 ◦ blue 219

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

Shades of Turquoise Blue #63CBDB

Tints of Turquoise Blue #63CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.96%

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

R = 19%
G = 38.96%
B = 42.03%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#63CBDB (or 0x63CBDB) is known color: Turquoise Blue. HEX triplet: 63, CB and DB. RGB value is (99,203,219). Sum of RGB (Red+Green+Blue) = 99+203+219=521 (69% of max value = 765). Red value is 99 (39.06% from 255 or 19.00% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #63CBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CBDB is #9C3424. Grayscale: #ADADAD. Windows color (decimal): -10236965 or 14404451. OLE color: 14404451.

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

Color convert

RGB 99 203 219 -
CMYK 0.55 0.07 0 0.14
HSL 188º 0.63% 0.62% -
HSV(B) 188º 0.55% 0.86% -
XYZ 39.29 50.48 74.69 -
YUV 173.73 153.54 74.7 -
System Red Green Blue C M Y K H S L
Decimal 99 203 219 0.55 0.07 0 0.14 188 0.63 0.62
Hex 63 CB DB 37 7 0 E BC 3E 3E
Octal 143 313 333 67 7 0 16 274 76 76
Binary 1100011 11001011 11011011 110111 111 0 1110 10111100 111110 111110

Color Harmonies of #63CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CBDB

Black with #63CBDB

Text Example


Text Example

White with #63CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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