Html Css Color HEX #3FC8CD Medium Turquoise

📋 copy color: '#3FC8CD'

red 63 ◦ green 200 ◦ blue 205

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

Shades of Medium Turquoise #3FC8CD

Tints of Medium Turquoise #3FC8CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 13.46%
G = 42.74%
B = 43.8%

CMYK

 C value IS 0.69

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3FC8CD (or 0x3FC8CD) is known color: Medium Turquoise. HEX triplet: 3F, C8 and CD. RGB value is (63,200,205). Sum of RGB (Red+Green+Blue) = 63+200+205=468 (61% of max value = 765). Red value is 63 (25% from 255 or 13.46% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #3FC8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC8CD is #C03732. Grayscale: #9F9F9F. Windows color (decimal): -12597043 or 13486143. OLE color: 13486143.

HSL color Cylindrical-coordinate representation of color #3FC8CD: hue angle of 182.11º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC8CD is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 200 205 -
CMYK 0.69 0.02 0 0.20
HSL 182.11º 0.59% 0.53% -
HSV(B) 182.11º 0.69% 0.8% -
XYZ 33.72 46.77 65.01 -
YUV 159.61 153.61 59.09 -
System Red Green Blue C M Y K H S L
Decimal 63 200 205 0.69 0.02 0 0.20 182.11 0.59 0.53
Hex 3F C8 CD 45 2 0 14 B6 3B 35
Octal 77 310 315 105 2 0 24 266 73 65
Binary 111111 11001000 11001101 1000101 10 0 10100 10110110 111011 110101

Color Harmonies of #3FC8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC8CD

Black with #3FC8CD

Text Example


Text Example

White with #3FC8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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