Html Css Color HEX #63DCEE Turquoise Blue

📋 copy color: '#63DCEE'

red 99 ◦ green 220 ◦ blue 238

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

Shades of Turquoise Blue #63DCEE

Tints of Turquoise Blue #63DCEE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.5%

 BLUE value IS 238 (93.36% from 255) = 42.73%

R = 17.77%
G = 39.5%
B = 42.73%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#63DCEE (or 0x63DCEE) is known color: Turquoise Blue. HEX triplet: 63, DC and EE. RGB value is (99,220,238). Sum of RGB (Red+Green+Blue) = 99+220+238=557 (73% of max value = 765). Red value is 99 (39.06% from 255 or 17.77% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #63DCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63DCEE is #9C2311. Grayscale: #B9B9B9. Windows color (decimal): -10232594 or 15653987. OLE color: 15653987.

HSL color Cylindrical-coordinate representation of color #63DCEE: hue angle of 187.77º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63DCEE is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 220 238 -
CMYK 0.58 0.08 0 0.07
HSL 187.77º 0.8% 0.66% -
HSV(B) 187.77º 0.58% 0.93% -
XYZ 46.17 60.01 90.04 -
YUV 185.87 157.41 66.04 -
System Red Green Blue C M Y K H S L
Decimal 99 220 238 0.58 0.08 0 0.07 187.77 0.8 0.66
Hex 63 DC EE 3A 8 0 7 BC 50 42
Octal 143 334 356 72 10 0 7 274 120 102
Binary 1100011 11011100 11101110 111010 1000 0 111 10111100 1010000 1000010

Color Harmonies of #63DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DCEE

Black with #63DCEE

Text Example


Text Example

White with #63DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,220,238); }

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

background-color css

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

 a { background-color: rgb(99,220,238); }

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

border-color css

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

 span { border-color: rgb(99,220,238); }

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