Html Css Color HEX #63CDDF Turquoise Blue

📋 copy color: '#63CDDF'

red 99 ◦ green 205 ◦ blue 223

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

Shades of Turquoise Blue #63CDDF

Tints of Turquoise Blue #63CDDF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.9%

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

R = 18.79%
G = 38.9%
B = 42.31%

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

#63CDDF (or 0x63CDDF) is known color: Turquoise Blue. HEX triplet: 63, CD and DF. RGB value is (99,205,223). Sum of RGB (Red+Green+Blue) = 99+205+223=527 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.79% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #63CDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CDDF is #9C3220. Grayscale: #AFAFAF. Windows color (decimal): -10236449 or 14667107. OLE color: 14667107.

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

Color convert

RGB 99 205 223 -
CMYK 0.56 0.08 0 0.13
HSL 188.71º 0.66% 0.63% -
HSV(B) 188.71º 0.56% 0.87% -
XYZ 40.3 51.64 77.66 -
YUV 175.36 154.88 73.54 -
System Red Green Blue C M Y K H S L
Decimal 99 205 223 0.56 0.08 0 0.13 188.71 0.66 0.63
Hex 63 CD DF 38 8 0 D BD 42 3F
Octal 143 315 337 70 10 0 15 275 102 77
Binary 1100011 11001101 11011111 111000 1000 0 1101 10111101 1000010 111111

Color Harmonies of #63CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CDDF

Black with #63CDDF

Text Example


Text Example

White with #63CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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