Html Css Color HEX #63CFDE Turquoise Blue

📋 copy color: '#63CFDE'

red 99 ◦ green 207 ◦ blue 222

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

Shades of Turquoise Blue #63CFDE

Tints of Turquoise Blue #63CFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.05%

R = 18.75%
G = 39.2%
B = 42.05%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#63CFDE (or 0x63CFDE) is known color: Turquoise Blue. HEX triplet: 63, CF and DE. RGB value is (99,207,222). Sum of RGB (Red+Green+Blue) = 99+207+222=528 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.75% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #63CFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CFDE is #9C3021. Grayscale: #B0B0B0. Windows color (decimal): -10235938 or 14602083. OLE color: 14602083.

HSL color Cylindrical-coordinate representation of color #63CFDE: hue angle of 187.32º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63CFDE is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 207 222 -
CMYK 0.55 0.07 0 0.13
HSL 187.32º 0.65% 0.63% -
HSV(B) 187.32º 0.55% 0.87% -
XYZ 40.64 52.55 77.11 -
YUV 176.42 153.72 72.78 -
System Red Green Blue C M Y K H S L
Decimal 99 207 222 0.55 0.07 0 0.13 187.32 0.65 0.63
Hex 63 CF DE 37 7 0 D BB 41 3F
Octal 143 317 336 67 7 0 15 273 101 77
Binary 1100011 11001111 11011110 110111 111 0 1101 10111011 1000001 111111

Color Harmonies of #63CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CFDE

Black with #63CFDE

Text Example


Text Example

White with #63CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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