Html Css Color HEX #3FC8DA Medium Turquoise

📋 copy color: '#3FC8DA'

red 63 ◦ green 200 ◦ blue 218

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

Shades of Medium Turquoise #3FC8DA

Tints of Medium Turquoise #3FC8DA

RGB

 RED value IS 63 (25% from 255) = 13.1%

 GREEN value IS 200 (78.52% from 255) = 41.58%

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 13.1%
G = 41.58%
B = 45.32%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3FC8DA (or 0x3FC8DA) is known color: Medium Turquoise. HEX triplet: 3F, C8 and DA. RGB value is (63,200,218). Sum of RGB (Red+Green+Blue) = 63+200+218=481 (63% of max value = 765). Red value is 63 (25% from 255 or 13.10% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #3FC8DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC8DA is #C03725. Grayscale: #A0A0A0. Windows color (decimal): -12597030 or 14338111. OLE color: 14338111.

HSL color Cylindrical-coordinate representation of color #3FC8DA: hue angle of 186.97º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FC8DA is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 63 200 218 -
CMYK 0.71 0.08 0 0.15
HSL 186.97º 0.68% 0.55% -
HSV(B) 186.97º 0.71% 0.85% -
XYZ 35.36 47.43 73.62 -
YUV 161.09 160.11 58.04 -
System Red Green Blue C M Y K H S L
Decimal 63 200 218 0.71 0.08 0 0.15 186.97 0.68 0.55
Hex 3F C8 DA 47 8 0 F BB 44 37
Octal 77 310 332 107 10 0 17 273 104 67
Binary 111111 11001000 11011010 1000111 1000 0 1111 10111011 1000100 110111

Color Harmonies of #3FC8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC8DA

Black with #3FC8DA

Text Example


Text Example

White with #3FC8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FC8DA; }

 p { color: rgb(63,200,218); }

 H1.HeaderClassName
 {
   color: #3FC8DA;
 }
 .AnyTagClassName
 {
   color: #3FC8DA;
 }
</style>

background-color css

<style>
 a { background-color: #3FC8DA; }

 a { background-color: rgb(63,200,218); }

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

border-color css

<style>
 span { border-color: #3FC8DA; }

 span { border-color: rgb(63,200,218); }

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