Html Css Color HEX #63EDF2 Turquoise Blue

📋 copy color: '#63EDF2'

red 99 ◦ green 237 ◦ blue 242

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

Shades of Turquoise Blue #63EDF2

Tints of Turquoise Blue #63EDF2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41%

 BLUE value IS 242 (94.92% from 255) = 41.87%

R = 17.13%
G = 41%
B = 41.87%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#63EDF2 (or 0x63EDF2) is known color: Turquoise Blue. HEX triplet: 63, ED and F2. RGB value is (99,237,242). Sum of RGB (Red+Green+Blue) = 99+237+242=578 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.13% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #63EDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EDF2 is #9C120D. Grayscale: #C4C4C4. Windows color (decimal): -10228238 or 15920483. OLE color: 15920483.

HSL color Cylindrical-coordinate representation of color #63EDF2: hue angle of 182.1º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63EDF2 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 99 237 242 -
CMYK 0.59 0.02 0 0.05
HSL 182.1º 0.85% 0.67% -
HSV(B) 182.1º 0.59% 0.95% -
XYZ 51.46 69.63 94.73 -
YUV 196.31 153.78 58.59 -
System Red Green Blue C M Y K H S L
Decimal 99 237 242 0.59 0.02 0 0.05 182.1 0.85 0.67
Hex 63 ED F2 3B 2 0 5 B6 55 43
Octal 143 355 362 73 2 0 5 266 125 103
Binary 1100011 11101101 11110010 111011 10 0 101 10110110 1010101 1000011

Color Harmonies of #63EDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63EDF2

Black with #63EDF2

Text Example


Text Example

White with #63EDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,237,242); }

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

background-color css

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

 a { background-color: rgb(99,237,242); }

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

border-color css

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

 span { border-color: rgb(99,237,242); }

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