Html Css Color HEX #63CDD4 Turquoise Blue

📋 copy color: '#63CDD4'

red 99 ◦ green 205 ◦ blue 212

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

Shades of Turquoise Blue #63CDD4

Tints of Turquoise Blue #63CDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.09%

R = 19.19%
G = 39.73%
B = 41.09%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#63CDD4 (or 0x63CDD4) is known color: Turquoise Blue. HEX triplet: 63, CD and D4. RGB value is (99,205,212). Sum of RGB (Red+Green+Blue) = 99+205+212=516 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.19% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 212 - color contains mainly: blue. Hex color #63CDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CDD4 is #9C322B. Grayscale: #ADADAD. Windows color (decimal): -10236460 or 13946211. OLE color: 13946211.

HSL color Cylindrical-coordinate representation of color #63CDD4: hue angle of 183.72º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63CDD4 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 99 205 212 -
CMYK 0.53 0.03 0 0.17
HSL 183.72º 0.57% 0.61% -
HSV(B) 183.72º 0.53% 0.83% -
XYZ 38.86 51.07 70.1 -
YUV 174.1 149.38 74.43 -
System Red Green Blue C M Y K H S L
Decimal 99 205 212 0.53 0.03 0 0.17 183.72 0.57 0.61
Hex 63 CD D4 35 3 0 11 B8 39 3D
Octal 143 315 324 65 3 0 21 270 71 75
Binary 1100011 11001101 11010100 110101 11 0 10001 10111000 111001 111101

Color Harmonies of #63CDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CDD4

Black with #63CDD4

Text Example


Text Example

White with #63CDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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