Html Css Color HEX #3FCDD6 Medium Turquoise

📋 copy color: '#3FCDD6'

red 63 ◦ green 205 ◦ blue 214

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

Shades of Medium Turquoise #3FCDD6

Tints of Medium Turquoise #3FCDD6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.53%

 BLUE value IS 214 (83.98% from 255) = 44.4%

R = 13.07%
G = 42.53%
B = 44.4%

CMYK

 C value IS 0.71

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3FCDD6 (or 0x3FCDD6) is known color: Medium Turquoise. HEX triplet: 3F, CD and D6. RGB value is (63,205,214). Sum of RGB (Red+Green+Blue) = 63+205+214=482 (63% of max value = 765). Red value is 63 (25% from 255 or 13.07% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #3FCDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FCDD6 is #C03229. Grayscale: #A3A3A3. Windows color (decimal): -12595754 or 14077247. OLE color: 14077247.

HSL color Cylindrical-coordinate representation of color #3FCDD6: hue angle of 183.58º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FCDD6 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 205 214 -
CMYK 0.71 0.04 0 0.16
HSL 183.58º 0.65% 0.54% -
HSV(B) 183.58º 0.71% 0.84% -
XYZ 36.02 49.57 71.29 -
YUV 163.57 156.46 56.27 -
System Red Green Blue C M Y K H S L
Decimal 63 205 214 0.71 0.04 0 0.16 183.58 0.65 0.54
Hex 3F CD D6 47 4 0 10 B8 41 36
Octal 77 315 326 107 4 0 20 270 101 66
Binary 111111 11001101 11010110 1000111 100 0 10000 10111000 1000001 110110

Color Harmonies of #3FCDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCDD6

Black with #3FCDD6

Text Example


Text Example

White with #3FCDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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