Html Css Color HEX #63CFE1 Turquoise Blue

📋 copy color: '#63CFE1'

red 99 ◦ green 207 ◦ blue 225

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

Shades of Turquoise Blue #63CFE1

Tints of Turquoise Blue #63CFE1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.98%

 BLUE value IS 225 (88.28% from 255) = 42.37%

R = 18.64%
G = 38.98%
B = 42.37%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#63CFE1 (or 0x63CFE1) is known color: Turquoise Blue. HEX triplet: 63, CF and E1. RGB value is (99,207,225). Sum of RGB (Red+Green+Blue) = 99+207+225=531 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.64% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #63CFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CFE1 is #9C301E. Grayscale: #B0B0B0. Windows color (decimal): -10235935 or 14798691. OLE color: 14798691.

HSL color Cylindrical-coordinate representation of color #63CFE1: hue angle of 188.57º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63CFE1 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 99 207 225 -
CMYK 0.56 0.08 0 0.12
HSL 188.57º 0.68% 0.64% -
HSV(B) 188.57º 0.56% 0.88% -
XYZ 41.05 52.71 79.25 -
YUV 176.76 155.22 72.54 -
System Red Green Blue C M Y K H S L
Decimal 99 207 225 0.56 0.08 0 0.12 188.57 0.68 0.64
Hex 63 CF E1 38 8 0 C BD 44 40
Octal 143 317 341 70 10 0 14 275 104 100
Binary 1100011 11001111 11100001 111000 1000 0 1100 10111101 1000100 1000000

Color Harmonies of #63CFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CFE1

Black with #63CFE1

Text Example


Text Example

White with #63CFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,207,225); }

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

background-color css

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

 a { background-color: rgb(99,207,225); }

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

border-color css

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

 span { border-color: rgb(99,207,225); }

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